|
@@ -1,9 +1,9 @@ |
|
1
|
1
|
<?php |
|
2
|
2
|
|
|
3
|
3
|
namespace FluentCart\App\Models\Concerns; |
|
4
|
4
|
|
|
5
|
|
-use FluentCart\Framework\Database\ORM\Builder; |
|
5
|
+use FluentCart\Framework\Database\Orm\Builder; |
|
6
|
6
|
use FluentCart\Framework\Support\Arr; |
|
7
|
7
|
|
|
8
|
8
|
/** |
|
9
|
9
|
* @method static Builder search(array $query = []) |