'required|min:3', ); public function assets() { return $this->hasMany('Asset', 'model_id'); } }