From 43da0472546f0c2db3f83a7a262b02115e01418f Mon Sep 17 00:00:00 2001 From: Michael Nabil <46572405+michaelnabil230@users.noreply.github.com> Date: Sat, 22 Oct 2022 22:02:16 +0200 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62395c4..f5f884c 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ The store config is structured like this: namespace App\Settings; -use MichaelNabil230\Setting\Contracts\Store; +use MichaelNabil230\Setting\Stores\SettingStore as Store; class CustomStore implements Store {