예제 #1
0
파일: Plan.php 프로젝트: 760524mkfa00/plans
 public function download()
 {
     $plan = new Static();
     return $plan->fill(['path' => storage_path() . '/' . $this->path, 'name' => $this->filename]);
 }