app/controllers: Fixing namespace.
This commit is contained in:
parent
aa37d10024
commit
f55c8adb20
8 changed files with 40 additions and 13 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
namespace App\Controller;
|
||||
|
||||
use Phalcon\Mvc\Controller;
|
||||
|
||||
class ControllerBase extends Controller
|
||||
|
|
|
|||
Reference in a new issue