From c97ef8da2db4675e4ed5e6b38d0e3cfe506c500f Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Thu, 2 Nov 2023 21:25:21 +0300 Subject: [PATCH] Fix artisan command --- docs/content/1_docs/4_form-fields/06_multi-select.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1_docs/4_form-fields/06_multi-select.md b/docs/content/1_docs/4_form-fields/06_multi-select.md index ed61942f7..e71efe692 100644 --- a/docs/content/1_docs/4_form-fields/06_multi-select.md +++ b/docs/content/1_docs/4_form-fields/06_multi-select.md @@ -168,7 +168,7 @@ In this case that it can be implemented as follows: - Create a Sectors [module](../3_modules/2_cli-generator.md) ``` -php artisan twill:module sectors +php artisan twill:make:module sectors ``` - Create a migration for a pivot table.