💄 improve readme

This commit is contained in:
Arandi López 2017-05-29 13:51:22 -05:00
parent 81082f9a07
commit ffc543baf9
1 changed files with 1 additions and 1 deletions

View File

@ -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')
]);
// ...