userguide.php 219 B

1234567891011121314
  1. <?php
  2. return [
  3. 'modules' => [
  4. 'minion' => [
  5. 'enabled' => TRUE,
  6. 'name' => 'Minion',
  7. 'description' => 'Minion is a simple command line task runner',
  8. 'copyright' => '&copy; 2009-2017 KO7 Team',
  9. ]
  10. ]
  11. ];