Apply fixes from StyleCI
This commit is contained in:
committed by
RafficMohammed
parent
0975cc5dd9
commit
b3b057e0cc
@@ -116,25 +116,25 @@ class Finder
|
||||
public static function rolesGroup($id)
|
||||
{
|
||||
switch ($id) {
|
||||
case null:
|
||||
return \Lang::get('lang.none');
|
||||
case 1:
|
||||
return 'Client';
|
||||
case 2:
|
||||
return 'Agent';
|
||||
case 4:
|
||||
return 'Admin';
|
||||
case 3:
|
||||
return 'Client,Agent';
|
||||
case 5:
|
||||
return 'Client,Admin';
|
||||
case 6:
|
||||
return 'Agent,Admin';
|
||||
case 7:
|
||||
return 'Client,Agent,Admin';
|
||||
default:
|
||||
return 'Undefined!';
|
||||
}
|
||||
case null:
|
||||
return \Lang::get('lang.none');
|
||||
case 1:
|
||||
return 'Client';
|
||||
case 2:
|
||||
return 'Agent';
|
||||
case 4:
|
||||
return 'Admin';
|
||||
case 3:
|
||||
return 'Client,Agent';
|
||||
case 5:
|
||||
return 'Client,Admin';
|
||||
case 6:
|
||||
return 'Agent,Admin';
|
||||
case 7:
|
||||
return 'Client,Agent,Admin';
|
||||
default:
|
||||
return 'Undefined!';
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user