app/controllers/ControllerBase.php: fixing autocomplete.
This commit is contained in:
parent
c65020fa43
commit
f32c80ba13
1 changed files with 7 additions and 1 deletions
|
|
@ -4,6 +4,12 @@ namespace App\Controller;
|
|||
|
||||
use Phalcon\Mvc\Controller;
|
||||
|
||||
/**
|
||||
* @property \Httpcb\Auth $auth
|
||||
*
|
||||
* Class ControllerBase
|
||||
* @package App\Controller
|
||||
*/
|
||||
class ControllerBase extends Controller
|
||||
{
|
||||
/**
|
||||
|
|
@ -18,7 +24,7 @@ class ControllerBase extends Controller
|
|||
}
|
||||
|
||||
/**
|
||||
* @return Auth\Auth
|
||||
* @return App\Auth\Auth
|
||||
*/
|
||||
protected function _getAuth()
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue