Skip to content

Commit b204a2a

Browse files
authored
Update README.md
1 parent 3db7ec7 commit b204a2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ class Page extends Model
147147
/**
148148
* Invalidate the cache automatically
149149
* upon update in the database.
150+
*
151+
* @var bool
150152
*/
151153
protected static $flushCacheOnUpdate = true;
152154
}
@@ -170,6 +172,8 @@ class Page extends Model
170172
/**
171173
* Invalidate the cache automatically
172174
* upon update in the database.
175+
*
176+
* @var bool
173177
*/
174178
protected static $flushCacheOnUpdate = true;
175179

0 commit comments

Comments
 (0)