Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class Notification extends BaseGenerator implements GeneratorInterface |
||
10 | { |
||
11 | private static $destination = "laragen/app/Notifications"; |
||
12 | private static $namespace = "Laragen\App\Notifications"; |
||
13 | private static $template = "backend/notifications/notification"; |
||
14 | |||
15 | public function generate() |
||
38 |