1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-26 03:40:54 +03:00
kohana-migrations/init.php

9 lines
167 B
PHP
Raw Normal View History

2010-12-24 17:52:03 +02:00
<?php
Route::set('minion', 'minion(/<action>)(/<task>)', array('action' => 'help'))
->defaults(array(
'controller' => 'minion',
'action' => 'execute',
));