使用 Cache
This commit is contained in:
parent
88a299bbd2
commit
e23c0e7e9f
@ -3,11 +3,14 @@
|
||||
namespace App\Models;
|
||||
|
||||
use App\Exceptions\User\BalanceNotEnoughException;
|
||||
use GeneaLabs\LaravelModelCaching\Traits\Cachable;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
|
||||
class Subscription extends Model
|
||||
{
|
||||
use Cachable;
|
||||
|
||||
public $fillable = [
|
||||
'name',
|
||||
'status',
|
||||
|
Loading…
Reference in New Issue
Block a user