Total Complexity | 4 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class FindInvalidViewCallsCommand extends BaseCommand |
||
8 | { |
||
9 | protected $signature = 'runtime-errors:view-calls'; |
||
10 | protected $description = 'Checks your view calls to see if they map to a file that exists'; |
||
11 | protected $routeCalls; |
||
12 | |||
13 | public function __construct(FindInvalidViewCalls $views) |
||
18 | } |
||
19 | |||
20 | public function handle() |
||
31 |