v.2.30
Добавлен расширенный отчет по реализации Добавлен монитор активности
This commit is contained in:
@@ -32,5 +32,8 @@ class AddStaffRights extends Seeder
|
||||
if (Right::where('code', 'loyalty')->count() == 0) {
|
||||
Right::add('loyalty', 'Loyalty');
|
||||
}
|
||||
if (Right::where('code', 'activitymonitor')->count() == 0) {
|
||||
Right::add('activitymonitor', 'Монитор активности');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user