Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
namespace App\Models;use Illuminate\Database\Eloquent\Model;
|
||||
class KeywordAudit extends Model{protected $guarded=[];protected function casts():array{return ['before'=>'array','after'=>'array'];}}
|
||||
Reference in New Issue
Block a user