| Conditions | 1 |
| Paths | 1 |
| Total Lines | 3 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | public static function missingConfig() |
||
| 8 | { |
||
| 9 | return new static("You don't have a valid activator configuration class. This might be due to your config being out of date. \n Run php artisan vendor:publish --provider=\"Salah3id\Domains\LaravelDomainsServiceProvider\" --force to publish the up to date configuration"); |
||
| 10 | } |
||
| 12 |