| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 38 | public function getSolution(): Solution |
||
| 39 | { |
||
| 40 | return BaseSolution::create('Missing trait on model') |
||
| 41 | ->setSolutionDescription("Use the `{$this->trait}` trait on `{$this->modelClass}`") |
||
| 42 | ->setDocumentationLinks([ |
||
| 43 | 'Configuring states' => 'https://docs.spatie.be/laravel-model-states/v1/working-with-states/01-configuring-states/', |
||
| 44 | ]); |
||
| 47 |