refactoring bootstrap process.
This commit is contained in:
@@ -9,13 +9,6 @@ class Application {
|
||||
*/
|
||||
public $request;
|
||||
|
||||
/**
|
||||
* The application input manager.
|
||||
*
|
||||
* @var Input
|
||||
*/
|
||||
public $input;
|
||||
|
||||
/**
|
||||
* The application configuration manager.
|
||||
*
|
||||
@@ -30,25 +23,6 @@ class Application {
|
||||
*/
|
||||
public $session;
|
||||
|
||||
/**
|
||||
* The application cache manager.
|
||||
*
|
||||
* @var Cache\Driver
|
||||
*/
|
||||
public $cache;
|
||||
|
||||
/**
|
||||
* The application database manager.
|
||||
*/
|
||||
public $database;
|
||||
|
||||
/**
|
||||
* The application auto-loader.
|
||||
*
|
||||
* @var Loader
|
||||
*/
|
||||
public $loader;
|
||||
|
||||
/**
|
||||
* The application IoC container.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user