'date', ]; protected $fillable = [ 'date', ]; public function plan(): MorphOne { return $this->morphOne(Plan::class, 'planable'); } }