DEV: add controller module class reference

This commit is contained in:
Tõnis Ormisson
2018-09-10 18:37:21 +03:00
parent 3acec76fff
commit 841b03d52e
4 changed files with 12 additions and 0 deletions

View File

@ -36,6 +36,9 @@ class SecurityController extends Controller
protected $socialNetworkAccountQuery;
/** @var \Da\User\Module */
public $module;
/**
* SecurityController constructor.
*