<?php

namespace elanpl\L3;

class Config{
    public function getRequest(){
        return new Request();
    }

    public function getRouting(){
        return new app\config\routing();
    }
}