From 64750d31f54ecf9d24d7e5eaafbdb41efc63f21f Mon Sep 17 00:00:00 2001 From: Brandon Date: Wed, 7 Feb 2024 22:02:31 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Improve=20the=20database=20docum?= =?UTF-8?q?entation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/docs/database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/database.md b/content/docs/database.md index 8951d84..35f521b 100644 --- a/content/docs/database.md +++ b/content/docs/database.md @@ -24,7 +24,7 @@ DB_PASSWORD= ## Creating Model -Creating a database Model can be done using the `laracord` binary: +Creating a database model can be done using the `laracord` binary: ```php $ php laracord make:model Balance