mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 03:34:04 +00:00
Make $cache non-nullable
Co-authored-by: Samuel Štancl <samuel@archte.ch>
This commit is contained in:
parent
a59d5a1069
commit
1c21c66913
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ use Illuminate\Cache\Repository;
|
||||||
|
|
||||||
class CacheManagerService
|
class CacheManagerService
|
||||||
{
|
{
|
||||||
public Repository|null $cache = null;
|
public Repository $cache;
|
||||||
|
|
||||||
public function __construct(CacheManager $cacheManager)
|
public function __construct(CacheManager $cacheManager)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue