REFACTORING: framework cleanup, preparing for php7.4 and loading dependencies from composer
This commit is contained in:
@@ -9,8 +9,4 @@ namespace Nibiru;
|
||||
interface IEngine
|
||||
{
|
||||
const T_ENGINE = "ENGINE";
|
||||
const T_ENGINE_NAME = "name";
|
||||
const T_ENGINE_TWIG = "Twig";
|
||||
const T_ENGINE_SMARTY = "Smarty";
|
||||
const T_ENGINE_DWOO = "Dwoo";
|
||||
}
|
||||
Reference in New Issue
Block a user