Argument 1 passed to::set must be an instance of App\date, string given

前端 未结 0 914
有刺的猬
有刺的猬 2020-12-16 22:35

In my Model

 public function setReceptionDate(date $reception_date)
{
    $this->reception_date=$reception_date->date(\'Y-m-d\');
  
}
public function g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题