mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-10 07:06:53 +02:00
#431 general structure changes
This commit is contained in:
@@ -51,10 +51,17 @@ class Monstra extends Container
|
||||
return new Finder();
|
||||
};
|
||||
|
||||
$container['cache'] = function ($c) {
|
||||
return new Cache($c);
|
||||
};
|
||||
|
||||
$container['config'] = function ($c) {
|
||||
return new Config($c);
|
||||
};
|
||||
|
||||
// Start the session
|
||||
//\Session::start();
|
||||
|
||||
$container['markdown'] = function ($c) {
|
||||
return new ParsedownExtra();
|
||||
};
|
||||
|
Reference in New Issue
Block a user