Archived
1
0
Fork 0

app/controllers/ControllerBase.php: fixing autocomplete.

This commit is contained in:
Henrik Hautakoski 2018-08-14 18:06:58 +02:00
parent c65020fa43
commit f32c80ba13
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -4,6 +4,12 @@ namespace App\Controller;
use Phalcon\Mvc\Controller; use Phalcon\Mvc\Controller;
/**
* @property \Httpcb\Auth $auth
*
* Class ControllerBase
* @package App\Controller
*/
class ControllerBase extends Controller class ControllerBase extends Controller
{ {
/** /**
@ -18,7 +24,7 @@ class ControllerBase extends Controller
} }
/** /**
* @return Auth\Auth * @return App\Auth\Auth
*/ */
protected function _getAuth() protected function _getAuth()
{ {