From ffc543baf9e94c9dbce2fce34ca38515580214a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arandi=20L=C3=B3pez?= Date: Mon, 29 May 2017 13:51:22 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20improve=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8675f52..ed265dd 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ class MyController extends Controller public function store(Request $request) { $this->validate($request, [ - 'username' => 'required|profane:es,en,'.storage('mydicts/fr.php') + 'username' => 'required|profane:es,en,'.resource_path('lang/fr/dict.php') ]); // ...