diff --git a/app/Listeners/Client/CreatedClient.php b/app/Listeners/Client/CreatedClient.php index 60d9572cb..81901d1c8 100644 --- a/app/Listeners/Client/CreatedClient.php +++ b/app/Listeners/Client/CreatedClient.php @@ -5,7 +5,7 @@ namespace App\Listeners\Client; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Contracts\Queue\ShouldQueue; -class CreatedClient +class CreatedClient implements ShouldQueue { /** * Create the event listener. diff --git a/app/Models/Activity.php b/app/Models/Activity.php new file mode 100644 index 000000000..ccd8832fc --- /dev/null +++ b/app/Models/Activity.php @@ -0,0 +1,10 @@ +