fix: shorter cuids (7)
feat: show deployments
This commit is contained in:
@@ -48,7 +48,7 @@ class User extends Authenticatable
|
||||
parent::boot();
|
||||
|
||||
static::creating(function (Model $model) {
|
||||
$model->uuid = (string) new Cuid2();
|
||||
$model->uuid = (string) new Cuid2(7);
|
||||
});
|
||||
}
|
||||
public function teams()
|
||||
|
||||
Reference in New Issue
Block a user