1
0
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:
Awilum
2018-03-05 01:41:26 +03:00
parent d69615b8ad
commit 0057b27a88
4 changed files with 37 additions and 43 deletions

View File

@@ -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();
};