Upgrade to Laravel 11, begining of enabling network join functionality, removed QueryCacheable
This commit is contained in:
@@ -4,13 +4,12 @@ namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
use Rennokki\QueryCache\Traits\QueryCacheable;
|
||||
|
||||
use App\Casts\CollectionOrNull;
|
||||
|
||||
class Dynamic extends Model
|
||||
{
|
||||
use SoftDeletes,QueryCacheable;
|
||||
use SoftDeletes;
|
||||
|
||||
protected $casts = [
|
||||
'arguments' => CollectionOrNull::class,
|
||||
|
Reference in New Issue
Block a user