10 lines
149 B
Plaintext
10 lines
149 B
Plaintext
/**
|
|
* Create a new controller instance.
|
|
*
|
|
* @return void
|
|
*/
|
|
public function __construct()
|
|
{
|
|
[% auth_middleware %]
|
|
}
|
|
|