コード例 #1
0
ファイル: Plan.php プロジェクト: 760524mkfa00/plans
 public function download()
 {
     $plan = new Static();
     return $plan->fill(['path' => storage_path() . '/' . $this->path, 'name' => $this->filename]);
 }