This commit is contained in:
Benjamin Takats
2023-01-17 21:14:48 +01:00
parent 9529b49e9f
commit 06608d9059
2 changed files with 6 additions and 0 deletions

View File

@@ -3,9 +3,12 @@
namespace App\Observers; namespace App\Observers;
use App\Models\BitcoinEvent; use App\Models\BitcoinEvent;
use App\Traits\TwitterTrait;
class BitcoinEventObserver class BitcoinEventObserver
{ {
use TwitterTrait;
/** /**
* Handle the BitcoinEvent "created" event. * Handle the BitcoinEvent "created" event.
* *

View File

@@ -3,9 +3,12 @@
namespace App\Observers; namespace App\Observers;
use App\Models\LibraryItem; use App\Models\LibraryItem;
use App\Traits\TwitterTrait;
class LibraryItemObserver class LibraryItemObserver
{ {
use TwitterTrait;
/** /**
* Handle the LibraryItem "created" event. * Handle the LibraryItem "created" event.
* *