| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 34 | private function registerModule() |
||
| 35 | { |
||
| 36 | app('CbModulesRegistery')->addModule('privileges', (object) [ |
||
| 37 | 'name' => trans('crudbooster.Privileges'), |
||
| 38 | 'icon' => 'fa fa-cog', |
||
| 39 | 'path' => 'privileges', |
||
| 40 | 'table_name' => 'cms_privileges', |
||
| 41 | 'controller' => 'PrivilegesController', |
||
| 42 | 'is_protected' => 1, |
||
| 43 | 'is_active' => 1, |
||
| 44 | ]); |
||
| 48 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.