JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "InvalidActivatorClass.php"

Full Path: /var/www/laravel_filter/vendor/nwidart/laravel-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");
    }
}