Removing broken Registry stuff (as registry is now deprecated in b8framework) - Fixes #58
This commit is contained in:
parent
efcf209478
commit
6e3df00f62
3 changed files with 5 additions and 3 deletions
|
|
@ -37,6 +37,8 @@ require_once(APPLICATION_PATH . 'vendor/autoload.php');
|
|||
|
||||
// Load configuration if present:
|
||||
$config = new b8\Config();
|
||||
$request = new b8\Http\Request();
|
||||
$registry = new b8\Registry($config, $request);
|
||||
|
||||
if (file_exists(APPLICATION_PATH . 'config.php')) {
|
||||
require(APPLICATION_PATH . 'config.php');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue