From a19092eca99cf58c590bcce9737c99af4e3bee48 Mon Sep 17 00:00:00 2001 From: Hamid Abbasi Date: Mon, 13 Mar 2017 01:34:57 +0330 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d49ca6e6..9858a1e6 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,10 @@ After the migration, four new tables will be present: #### Role -Create a Role model inside `app/models/Role.php` using the following example: +Create a Role model inside `app/Models/Role.php` using the following example: ```php -