Implement basic router and a controller for simfile API. Need to make some changes...
[rock.divinelegy.git] / Controllers / IDivineController.php
1 <?php
2
3 namespace Controllers;
4
5 interface IDivineController
6 {
7 public function indexAction();
8 }