File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 21
21
<procedure title =" Minor-Impact Changes" id =" minor_impact_changes" >
22
22
<step ><a href =" #laravel_10_is_now_unsupported" /></step >
23
23
<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 >
24
26
</procedure >
25
27
26
28
<procedure title =" Low-Impact Changes" id =" low_impact_changes" >
57
59
It does not exist now.
58
60
</chapter >
59
61
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
+
60
72
<chapter title =" Strict typification" id =" strict_typification" >
61
73
<p >
62
74
A strict typification has been added to all the project files.
You can’t perform that action at this time.
0 commit comments