James Cole
2024-04-23 16:24:46 +02:00
parent f15ca1d0a1
commit 3d410556ef
3 changed files with 5 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ class UserGroup extends Model
{
use ReturnsIntegerIdTrait;
protected $fillable = ['title', 'default_administration'];
protected $fillable = ['title'];
/**
* Route binder. Converts the key in the URL to the specified object (or throw 404).