REFACTORING: framework cleanup, preparing for php7.4 and loading dependencies from composer
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
namespace Nibiru;
|
||||
|
||||
/**
|
||||
* User - stephan
|
||||
* Date - 24.01.17
|
||||
@@ -9,8 +8,9 @@ namespace Nibiru;
|
||||
* @category - [PLEASE SPECIFIY]
|
||||
* @license - BSD License
|
||||
*/
|
||||
use Nibiru\Adapter\Controller;
|
||||
|
||||
class indexController extends View implements IController
|
||||
class indexController extends Controller
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user