diff --git a/docs/getting-started/database-dumper/index.md b/docs/getting-started/database-dumper/index.md index 8fa342ad..c78f0e5f 100644 --- a/docs/getting-started/database-dumper/index.md +++ b/docs/getting-started/database-dumper/index.md @@ -7,9 +7,6 @@ To get started, execute the `schema:dump` command: ```bash php artisan schema:dump - -# Dump the current database schema and prune all existing migrations... -php artisan schema:dump --prune ``` You can read more about the operation of this console command in