We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5fa82 commit 7533fbeCopy full SHA for 7533fbe
src/CachedModel.php
@@ -30,21 +30,9 @@ public static function boot()
30
{
31
parent::boot();
32
33
- static::created(function ($instance) {
34
- $instance->flushCache();
35
- });
36
-
37
- static::deleted(function ($instance) {
38
39
40
41
static::saved(function ($instance) {
42
$instance->flushCache();
43
});
44
45
- static::updated(function ($instance) {
46
47
48
}
49
50
public static function all($columns = ['*'])
0 commit comments