src/Config.php
a2bd90a3
 <?php
 
 namespace elanpl\L3;
 
 class Config{
     public function getRequest(){
         return new Request();
     }
 
     public function getRouting(){
         return new app\config\routing();
     }
 }