From 640e774f7ef97bbf5e7d2dae593afd3d88882057 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Tue, 21 May 2024 21:45:22 +0300 Subject: [PATCH] Update docs --- docs/getting-started/database-dumper/index.md | 3 --- 1 file changed, 3 deletions(-) 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