*/ use HasFactory; protected $fillable = [ 'url', ]; public function casts(): array { return [ 'created_at' => 'datetime', ]; } }