File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 20
20
"require" : {
21
21
"php" : " >=8.0" ,
22
22
"hyperf/collection" : " ~3.0.0" ,
23
+ "hyperf/support" : " ~3.0.0" ,
23
24
"hyperf/tappable" : " ~3.0.0" ,
24
25
"ext-swoole" : " >=5.0" ,
25
26
"hyperf/database" : " ~3.0.0"
Original file line number Diff line number Diff line change 13
13
14
14
use Hyperf \Database \Schema \Blueprint ;
15
15
use Hyperf \Database \Schema \Grammars \Grammar ;
16
- use Hyperf \Utils \Fluent ;
16
+ use Hyperf \Support \Fluent ;
17
17
use RuntimeException ;
18
18
19
19
use function Hyperf \Collection \collect ;
20
+ use function Hyperf \Support \with ;
20
21
21
22
class PostgresGrammar extends Grammar
22
23
{
Original file line number Diff line number Diff line change 24
24
use Hyperf \Database \PgSQL \PostgreSqlSwooleExtConnection ;
25
25
use Hyperf \Database \Query \Builder ;
26
26
use Hyperf \Database \Schema \Schema ;
27
- use Hyperf \Utils \Filesystem \Filesystem ;
27
+ use Hyperf \Support \Filesystem \Filesystem ;
28
28
use Mockery ;
29
29
use PHPUnit \Framework \TestCase ;
30
30
use Psr \Container \ContainerInterface ;
You can’t perform that action at this time.
0 commit comments