From cb6f52f4d6bbc18a31aac9de58acfd4d8e9f05e2 Mon Sep 17 00:00:00 2001 From: Zakaria Acharki Date: Mon, 28 Aug 2017 12:38:22 +0100 Subject: [PATCH] Minor typo fix (#548) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0ec60ae..c049c15 100644 --- a/readme.md +++ b/readme.md @@ -166,7 +166,7 @@ After publishing vendor, simply change the `include_fluent` line your `config/id ```php 'include_fluent' => true, ``` -And then run `php artisan ide-helper:generate` , you will now see all of the Fluent methods are recognized by your IDE now. +And then run `php artisan ide-helper:generate` , you will now see all of the Fluent methods are recognized by your IDE. ## PhpStorm Meta for Container instances