Closed adrianmalik closed 9 years ago
Please add the following code to the: Vegas\DI\Scaffolding to make new upload working
protected $model; .... public function getModel() { if (empty($this->model)) { $this->model = new $this->modelName(); } return $this->model; }
Please add the following code to the: Vegas\DI\Scaffolding to make new upload working