Ejemplo n.º 1
0
 public static function create(array $attributes)
 {
     $attributes['parent_id'] = 1;
     return parent::create($attributes);
 }