refactor: Subscriptions -> Subscription

This commit is contained in:
b1ek 2024-11-28 02:36:40 +10:00
parent 04c5b7b9f1
commit f9f1004b19
Signed by: blek
GPG Key ID: A622C22C9BC616B2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace app\models; namespace app\models;
class Subscriptions extends \yii\db\ActiveRecord class Subscription extends \yii\db\ActiveRecord
{ {
public $user_id; public $user_id;
public $company_id; public $company_id;