Update
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace App\Providers;
|
||||
|
||||
use App\Models\CrawlShotJob;
|
||||
use App\Observers\CrawlShotJobObserver;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class AppServiceProvider extends ServiceProvider
|
||||
@@ -19,6 +21,6 @@ public function register(): void
|
||||
*/
|
||||
public function boot(): void
|
||||
{
|
||||
//
|
||||
CrawlShotJob::observe(CrawlShotJobObserver::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user