mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Fully qualified class name
This commit is contained in:
parent
2725cc2df7
commit
f60f861b1c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user