| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class Controller extends BaseGenerator implements GeneratorInterface |
||
| 8 | { |
||
| 9 | |||
| 10 | private static $destination = "laragen/app/Http/Controllers/Frontend"; |
||
| 11 | private static $namespace = "Laragen\App\Http\Controllers/Frontend"; |
||
| 12 | private static $template = "frontend/Controller"; |
||
| 13 | |||
| 14 | public function generate() |
||
| 28 |