v.2.30
Добавлен расширенный отчет по реализации Добавлен монитор активности
This commit is contained in:
@@ -8,7 +8,7 @@ class ClientsGroup extends Model {
|
||||
protected $table = 'client_groups';
|
||||
|
||||
public static function getID($guid) {
|
||||
$id = ClientsGroup::where('code', $guid)->first();
|
||||
$id = self::where('code', $guid)->first();
|
||||
if (isset($id)) {
|
||||
$id = $id['id'];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user