Skip to content

Commit fd99968

Browse files
committed
update enesthedev/laravel-postgres
1 parent c286feb commit fd99968

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PostgisConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace MStaack\LaravelPostgis;
44

5-
use Enes\LaravelPostgres\PostgresConnection;
5+
use Enes\LaravelPostgres\Packages\Postgres\PostgresConnection;
66
use MStaack\LaravelPostgis\Schema\Grammars\PostgisGrammar;
77

88
class PostgisConnection extends PostgresConnection

src/Schema/Grammars/PostgisGrammar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php namespace MStaack\LaravelPostgis\Schema\Grammars;
22

3-
use Enes\LaravelPostgres\Schema\Grammars\PostgresGrammar;
3+
use Enes\LaravelPostgres\Packages\Postgres\PostgresGrammar;
44
use Illuminate\Support\Fluent;
55
use MStaack\LaravelPostgis\Schema\Blueprint;
66
use MStaack\LaravelPostgis\Exceptions\UnsupportedGeomtypeException;

0 commit comments

Comments
 (0)