fill id with uuid everywhere
This commit is contained in:
@@ -9,11 +9,12 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
use Illuminate\Database\Eloquent\Relations\MorphMany;
|
||||
use Illuminate\Support\Str;
|
||||
use App\Concerns\SerializesIdToUuid;
|
||||
|
||||
class Ledger extends Model
|
||||
{
|
||||
/** @use HasFactory<LedgerFactory> */
|
||||
use HasFactory;
|
||||
use HasFactory, SerializesIdToUuid;
|
||||
|
||||
protected $fillable = [
|
||||
'dynamic_id',
|
||||
|
||||
Reference in New Issue
Block a user