user(); return $user->can('edit', $this->project); } public function rules() { return []; } public function prepareForValidation() { $input = $this->all(); $this->replace($input); } }