Skip to content

Commit

Permalink
Rename classes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbjr committed May 27, 2017
1 parent f5ba2bb commit 40f85e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Routing\Controller;
use League\Fractal\Manager;

class ApiController extends Controller
class ApiGuardController extends Controller
{
/**
* @var Response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Illuminate\Foundation\Http\FormRequest;
use League\Fractal\Manager;

class ApiFormRequest extends FormRequest
class ApiGuardFormRequest extends FormRequest
{
public function expectsJson()
{
Expand Down

0 comments on commit 40f85e7

Please sign in to comment.