mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
sort
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
namespace App\Observers;
|
||||
|
||||
use App\Models\BitcoinEvent;
|
||||
use App\Traits\TwitterTrait;
|
||||
|
||||
class BitcoinEventObserver
|
||||
{
|
||||
use TwitterTrait;
|
||||
|
||||
/**
|
||||
* Handle the BitcoinEvent "created" event.
|
||||
*
|
||||
|
||||
@@ -3,9 +3,12 @@
|
||||
namespace App\Observers;
|
||||
|
||||
use App\Models\LibraryItem;
|
||||
use App\Traits\TwitterTrait;
|
||||
|
||||
class LibraryItemObserver
|
||||
{
|
||||
use TwitterTrait;
|
||||
|
||||
/**
|
||||
* Handle the LibraryItem "created" event.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user