Skip to content

Commit 67c5cd8

Browse files
Update docs
1 parent 49e339f commit 67c5cd8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/topics/upgrade-7.topic

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<procedure title="Minor-Impact Changes" id="minor_impact_changes">
2222
<step><a href="#laravel_10_is_now_unsupported" /></step>
2323
<step><a href="#removed_operations_upgrade_console_command" /></step>
24+
<step><a href="#removed_operations_refresh_console_command" /></step>
25+
<step><a href="#removed_operations_reset_console_command" /></step>
2426
</procedure>
2527

2628
<procedure title="Low-Impact Changes" id="low_impact_changes">
@@ -57,6 +59,16 @@
5759
It does not exist now.
5860
</chapter>
5961

62+
<chapter title="Removed `operations:refresh` console command" id="removed_operations_refresh_console_command">
63+
We decided to drop support for the <code>php artisan operations:refresh</code> console command.
64+
It does not exist now.
65+
</chapter>
66+
67+
<chapter title="Removed `operations:reset` console command" id="removed_operations_reset_console_command">
68+
We decided to drop support for the <code>php artisan operations:reset</code> console command.
69+
It does not exist now.
70+
</chapter>
71+
6072
<chapter title="Strict typification" id="strict_typification">
6173
<p>
6274
A strict typification has been added to all the project files.

0 commit comments

Comments
 (0)