From f60f861b1cba1e5eefc3826d61147ec10ead65e2 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 25 Nov 2014 20:28:15 +0000 Subject: [PATCH] Fully qualified class name --- app/controllers/ApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/ApiController.php b/app/controllers/ApiController.php index 1772858a..3b10d987 100644 --- a/app/controllers/ApiController.php +++ b/app/controllers/ApiController.php @@ -3,7 +3,7 @@ class ApiController extends \Dingo\Api\Routing\Controller { protected $auth; - public function __construct(Dingo\Api\Auth\Shield $auth) { + public function __construct(\Dingo\Api\Auth\Shield $auth) { $this->auth = $auth; }