We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c1ab8 commit 2bf279bCopy full SHA for 2bf279b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.1.1 - 2020-11-16
4
+
5
+### Added
6
+- Add missing use statement
7
8
## 0.1.0 - 2020-11-16
9
10
### Added
src/ServiceProvider.php
@@ -2,6 +2,7 @@
namespace DutchCodingCompany\CachedValuestore;
+use Spatie\Valuestore\Valuestore;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
0 commit comments