Deleted Flake Kickstart route
This commit is contained in:
parent
b178c9a884
commit
eb092abc54
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
namespace Flake\Route\Kickstart;
|
|
||||||
|
|
||||||
class Main {
|
|
||||||
|
|
||||||
public function execute(\Flake\Core\Render\Container &$oRenderContainer) {
|
|
||||||
$oRenderContainer->zone("Payload")->addBlock(new \Flake\Controller\Kickstart());
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue