Skip to content

Commit

Permalink
example return function handler
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowbhz committed Dec 29, 2021
1 parent 545169d commit f3fe51c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ApiBrasilClass.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<?php
namespace ApiGratis;

use ApiGratis\Base;

class ApiBrasil extends Base
{

public function handler()
{
echo 'Bem vindo ao APIBrasil.';
return 'Bem vindo ao APIBrasil.';
}


Expand Down

0 comments on commit f3fe51c

Please sign in to comment.