-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: some files were not saved before previous commit
- Loading branch information
Stefano Mtangoo
committed
Oct 10, 2024
1 parent
99c9a07
commit 0f80cba
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace Yii2\Extension\Postgis\db; | ||
namespace Yii2\Extension\Postgis\Db; | ||
|
||
use Yii2\Extension\Postgis\Behaviors\GeometryBehavior; | ||
use yii\helpers\ArrayHelper; | ||
|
@@ -12,7 +12,7 @@ | |
* @property-read string tableName table name of AR model | ||
* @property-read yii\db\ColumnSchema[] tableColumns table columns of AR model | ||
* @property-read array tableColumnsNames table columns names of AR model | ||
* @package Yii2\Extension\Postgis\db | ||
* @package Yii2\Extension\Postgis\Db | ||
* @author Chernyavsky Denis <[email protected]> | ||
*/ | ||
trait PostgisQueryTrait | ||
|