Skip to content

Commit c217131

Browse files
authored
Merge pull request laravel#2920 from brayniverse/patch-1
Fix typo
2 parents 57ec4e1 + 9aa8953 commit c217131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The name of the trait and interface used by [Laravel Cashier](/docs/{{version}}/
137137

138138
Move all of your command classes from your old `app/commands` directory to the new `app/Console/Commands` directory. Next, add the `app/Console/Commands` directory to the `classmap` directive of your `composer.json` file.
139139

140-
Then, copy your list of Artisan commands from `start/artisan.php` into the `command` array of the `app/Console/Kernel.php` file.
140+
Then, copy your list of Artisan commands from `start/artisan.php` into the `commands` array of the `app/Console/Kernel.php` file.
141141

142142
### Database Migrations & Seeds
143143

0 commit comments

Comments
 (0)