From: Alexander Smirnov Date: Tue, 4 Mar 2025 15:39:21 +0000 (+0300) Subject: дебаг 10 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=efaa4140788257b3776d35827bc5f537e64fe798;p=erp24_rep%2Fyii-erp24%2F.git дебаг 10 --- diff --git a/erp24/records/Users.php b/erp24/records/Users.php index ac38ea25..26464554 100755 --- a/erp24/records/Users.php +++ b/erp24/records/Users.php @@ -91,6 +91,11 @@ class Users extends \yii\db\ActiveRecord return 'users'; } + public static function primaryKey() + { + return ['id']; + } + /** * {@inheritdoc} */