1 | <?php |
||
10 | class Show extends Command |
||
11 | { |
||
12 | protected $signature = 'permission:show |
||
13 | {guard? : The name of the guard} |
||
14 | {style? : The display style (default|borderless|compact|box)}'; |
||
15 | |||
16 | protected $description = 'Show a table of roles and permissions per guard'; |
||
17 | |||
18 | public function handle() |
||
51 | } |
||
52 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.