mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-16 16:38:40 +00:00
Formatting and namespace fixes
This commit is contained in:
parent
bb31881f59
commit
cb9ee501d0
|
|
@ -50,7 +50,7 @@ class Autoloader
|
|||
/** @noinspection PhpIncludeInspection */
|
||||
include __DIR__ . '/../' . $class . '.php';
|
||||
} else {
|
||||
throw new \Exception();
|
||||
throw new \Exception($class);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ NOT IN USE
|
|||
Will be implemented later
|
||||
*/
|
||||
/* TODO: implement */
|
||||
namespace phpOMS\Cookie;
|
||||
namespace phpOMS\DataStorage\Cookie;
|
||||
|
||||
/**
|
||||
* @since 1.0.0
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ use phpOMS\Contract\RenderableInterface;
|
|||
use phpOMS\Message\ResponseAbstract;
|
||||
use phpOMS\Model\Html\Head;
|
||||
use phpOMS\Utils\ArrayUtils;
|
||||
use phpOMS\DataStorage\Cookie\CookieJar;
|
||||
use phpOMS\DataStorage\Session\HttpSession;
|
||||
|
||||
/**
|
||||
* Response class.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
* @version 1.0.0
|
||||
* @link http://orange-management.com
|
||||
*/
|
||||
namespace phpOMS\System;
|
||||
namespace phpOMS\System\File;
|
||||
|
||||
/**
|
||||
* Filesystem class.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user