| 1 | <?php namespace Distilleries\Expendable\Http\Datatables; |
||
| 7 | abstract class BaseDatatable extends EloquentDatatable { |
||
| 8 | |||
| 9 | |||
| 10 | // ------------------------------------------------------------------------------------------------ |
||
| 11 | public function addTranslationAction($template = 'expendable::admin.form.components.datatable.translations', $route = '') |
||
| 26 | |||
| 27 | // ------------------------------------------------------------------------------------------------ |
||
| 28 | public function addDefaultAction($template = 'expendable::admin.form.components.datatable.actions', $route = '') |
||
| 32 | } |
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.