Skip to content

Commit a5f68bd

Browse files
committed
fix trait imports
1 parent 330dc9a commit a5f68bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ApiController.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
namespace Webfactor\Laravel\ApiController;
44

5-
use Illuminate\Routing\Controller as BaseController;
5+
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
6+
use Illuminate\Foundation\Bus\DispatchesJobs;
7+
use Illuminate\Foundation\Validation\ValidatesRequests;
68
use Illuminate\Http\Request;
9+
use Illuminate\Routing\Controller as BaseController;
710

811
class ApiController extends BaseController
912
{

0 commit comments

Comments
 (0)