fixed namespaces

This commit is contained in:
Peter Papp
2021-03-12 16:28:37 +01:00
parent af5181d4d7
commit 3e8acd9b4b
16 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Notifications;
namespace App\Http\Notifications;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;