Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 2897484

Browse files
committed
Use Phaza Blueprint in migration example
1 parent b510028 commit 2897484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ If you don't want a model and just a migration run
4747
Open the created migrations with your editor.
4848

4949
```PHP
50-
use Illuminate\Database\Schema\Blueprint;
5150
use Illuminate\Database\Migrations\Migration;
51+
use Phaza\LaravelPostgis\Schema\Blueprint;
5252

5353
class CreateLocationsTable extends Migration {
5454

0 commit comments

Comments
 (0)