Advertisement
repente

Untitled

Jun 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2. /**
  3. * Dice controller
  4. */
  5. return [
  6. "routes" => [
  7. [
  8. "info" => "Dice controller.",
  9. "mount" => "dice1",
  10. "handler" => "\My\Dice\DiceController",
  11. ],
  12. ]
  13. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement