Skip to content

Commit

Permalink
Fix error typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jun 26, 2024
1 parent 46e7a87 commit ce8948e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Example usage of `JSON` column type in `ActiveRecord`:
```php
<?php

namespace App\Model;
namespace app\model;

use yii\db\ActiveRecord;

Expand All @@ -119,7 +119,7 @@ class ProductModel extends ActiveRecord
```php
<?php

use App\Model\ProductModel;
use app\model\ProductModel;

// Create a new product
$product = new ProductModel();
Expand Down

0 comments on commit ce8948e

Please sign in to comment.