Skip to content

Commit 7c07883

Browse files
authored
Update CachedModel.php
1 parent 05868ce commit 7c07883

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/CachedModel.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
<?php namespace GeneaLabs\LaravelCachableModel\Traits;
1+
<?php namespace GeneaLabs\LaravelModelCaching;
22

3-
use Closure;
3+
use Builder;
44
use Illuminate\Cache\CacheManager;
55
use Illuminate\Cache\TaggableStore;
66
use Illuminate\Database\Eloquent\Model;
7+
use Illuminate\Database\Eloquent\Relations\Relation;
8+
use LogicException;
79

810
abstract class CachedModel extends Model
911
{

0 commit comments

Comments
 (0)