D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Exceptions
/
Filename :
InvalidActivatorClass.php
back
Copy
<?php namespace Nwidart\Modules\Exceptions; class InvalidActivatorClass extends \Exception { public static function missingConfig() { 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=\"Nwidart\Modules\LaravelModulesServiceProvider\" --force to publish the up to date configuration"); } }