Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed May 26, 2016
1 parent c0c4d3a commit 3754630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@
use RedCat\Ding\Di;
use RedCat\Ding\CallTrait;
use RedCat\DataMap\Bases;
use RedCat\Route\Request;
use RedCat\Route\Router;
use RedCat\Route\Url;
use RedCat\Framework\FrontController\Synaptic;
use RedCat\Framework\FrontController\FrontController;
use RedCat\Framework\FrontController\RenderInterface;
use RedCat\Framework\Templix\Templix;

class Route extends FrontController{
use CallTrait;

protected $uri;
protected $controller;
protected $controllerNamespace = 'MyApp\Controller';
protected $templixSubstitution = 'RedCat\Framework\Templix';
protected $templixSubstitution = Templix::class;
protected $l10n;
protected $useShared;
function __construct(Router $router,Request $request, Di $di, $l10n=false, $useShared=false){
Expand Down

0 comments on commit 3754630

Please sign in to comment.