mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 12:37:54 +08:00
update
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use App\Events\ServerCreatedEvent;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ServerLog extends Model
|
||||
@ -10,6 +9,5 @@ class ServerLog extends Model
|
||||
protected $table = 'v2_server_log';
|
||||
protected $dateFormat = 'U';
|
||||
protected $dispatchesEvents = [
|
||||
'created' => ServerCreatedEvent::class
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user