| 1 | <?php namespace Arcanesoft\Auth\Seeds; |
||
| 13 | abstract class PermissionsSeeder extends Seeder |
||
| 14 | { |
||
| 15 | /* ----------------------------------------------------------------- |
||
| 16 | | Main Methods |
||
| 17 | | ----------------------------------------------------------------- |
||
| 18 | */ |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Seed permissions. |
||
| 22 | * |
||
| 23 | * @param array $seeds |
||
| 24 | */ |
||
| 25 | public function seed(array $seeds) |
||
| 37 | } |
||
| 38 |
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.