We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c286feb commit fd99968Copy full SHA for fd99968
src/PostgisConnection.php
@@ -2,7 +2,7 @@
2
3
namespace MStaack\LaravelPostgis;
4
5
-use Enes\LaravelPostgres\PostgresConnection;
+use Enes\LaravelPostgres\Packages\Postgres\PostgresConnection;
6
use MStaack\LaravelPostgis\Schema\Grammars\PostgisGrammar;
7
8
class PostgisConnection extends PostgresConnection
src/Schema/Grammars/PostgisGrammar.php
@@ -1,6 +1,6 @@
1
<?php namespace MStaack\LaravelPostgis\Schema\Grammars;
-use Enes\LaravelPostgres\Schema\Grammars\PostgresGrammar;
+use Enes\LaravelPostgres\Packages\Postgres\PostgresGrammar;
use Illuminate\Support\Fluent;
use MStaack\LaravelPostgis\Schema\Blueprint;
use MStaack\LaravelPostgis\Exceptions\UnsupportedGeomtypeException;
0 commit comments