Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Router cache facility enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jun 17, 2017
1 parent 5ca5e8b commit 8989e33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "^7.1",
"psr/container": "^1.0",
"selami/router": "^0.2",
"selami/router": "^0.3",
"selami/views": "^0.1",
"zendframework/zend-diactoros": "^1.3",
"zendframework/zend-servicemanager": "^3.0",
Expand Down
14 changes: 0 additions & 14 deletions src/Foundation/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,6 @@
class App
{

/*
private $config = [
'base_dir' => null,
'app_dir' => '/var/lib/www/app',
'app_data_dir' => '/tmp',
'base_url' => null,
'app_namespace' => 'SelamiApp',
'app_name' => 'www',
'default_return_type' => 'html',
'template_engine' => 'Twig',
'bypass_error_handlers' => true,
'aliases' => []
];
*/
/**
* @var ContainerInterface
*/
Expand Down

0 comments on commit 8989e33

Please sign in to comment.