This commit is contained in:
Luca 2018-09-05 22:22:21 +02:00
parent da0588af8b
commit 8f30875314
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Module extends Model
parent::boot();
static::addGlobalScope('enabled', function (Builder $builder) {
$builder->where('enabled', true);
//$builder->where('enabled', true);
});
static::addGlobalScope('permission', function (Builder $builder) {