Esempio n. 1
0
 public function __construct(array $attributes = [])
 {
     $this->fillable = $this->getAttributeNames();
     unset($this->fillable['id']);
     return parent::__construct($attributes);
 }