Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 6ca2c46

Browse files
authored
Merge pull request #700 from SagePacheco/patch-1
Update upgrading.md
2 parents c3b2190 + e868f57 commit 6ca2c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Schema::create('users', function (Blueprint $table) {
113113

114114
Otherwise if you're upgrading from v5, make another migration and add the column to your `users` table.
115115

116-
Ex. `php artisan migration:make add_objectguid_column`
116+
Ex. `php artisan make:migration add_objectguid_column`
117117

118118
```php
119119
Schema::table('users', function (Blueprint $table) {

0 commit comments

Comments
 (0)