Skip to content

Commit 2bf279b

Browse files
committed
add missing use statement
1 parent d0c1ab8 commit 2bf279b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.1.1 - 2020-11-16
4+
5+
### Added
6+
- Add missing use statement
7+
38
## 0.1.0 - 2020-11-16
49

510
### Added

src/ServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace DutchCodingCompany\CachedValuestore;
44

5+
use Spatie\Valuestore\Valuestore;
56
use Illuminate\Contracts\Foundation\Application;
67
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
78

0 commit comments

Comments
 (0)