File "InvalidActivatorClass.php"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/invoiceshelf/modules/src/Exceptions/InvalidActivatorClass.php
File size: 431 bytes
MIME-type: text/x-php
Charset: utf-8
<?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");
}
}