This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/includes/kohana/modules/minion/config/userguide.php
2012-12-21 12:59:09 +11:00

13 lines
235 B
PHP

<?php
return array
(
'modules' => array(
'minion' => array(
'enabled' => TRUE,
'name' => 'Minion',
'description' => 'Minion is a simple command line task runner',
'copyright' => '&copy; 2009-2011 Kohana Team',
)
)
);