diff --git a/system/engine/autoload.php b/system/engine/autoload.php index 14004e9..89c9a5f 100644 --- a/system/engine/autoload.php +++ b/system/engine/autoload.php @@ -21,7 +21,8 @@ spl_autoload_register(function ($class) { 'Pagination', 'Request', 'Mail', - 'Translate' + 'Translate'. + 'Encryption' ]; if(in_array($class, $legacy)){ diff --git a/system/engine/loader.php b/system/engine/loader.php index 64b45d1..a6eece6 100644 --- a/system/engine/loader.php +++ b/system/engine/loader.php @@ -108,7 +108,8 @@ final class Loader implements \Phacil\Framework\Interfaces\Loader { /** * temp alias, consider change to loader controller function * @param string $control Name of controller - * @deprecated 2.0.0 + * @deprecated 2.0.0 instead, use controller + * @see \Phacil\Framework\Loader::controller() * @since 1.1.0 * @return void */