Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
33 | public function handle() |
||
34 | { |
||
35 | $this->warn($this->description); |
||
36 | |||
37 | if ($this->ensureExistingDatabaseTables('rinvex/fort')) { |
||
38 | $this->seedResources(app('rinvex.fort.ability'), realpath(__DIR__.'/../../../resources/data/abilities.json'), ['name', 'description', 'policy']); |
||
|
|||
39 | } |
||
40 | } |
||
41 | } |
||
42 |
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.