Skip to content

Commit

Permalink
Update validates requests
Browse files Browse the repository at this point in the history
  • Loading branch information
libern committed Jul 22, 2016
1 parent e75844d commit 75c3631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Someline/Base/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Foundation\Auth\Access\AuthorizesResources;
use Illuminate\Foundation\Bus\DispatchesJobs;
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Routing\Controller as BaseController;
use Someline\Api\Foundation\Validation\ValidatesRequests;
use Someline\Auth\AuthUserHelpers;

abstract class Controller extends BaseController
Expand Down

0 comments on commit 75c3631

Please sign in to comment.