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