Skip to content

Commit

Permalink
Merge fcb0701 into d1c6101
Browse files Browse the repository at this point in the history
  • Loading branch information
watura committed Feb 17, 2020
2 parents d1c6101 + fcb0701 commit eb24a3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Model/TopicUserStatus.php
Expand Up @@ -29,6 +29,14 @@ class TopicUserStatus extends TopicsAppModel {
*/
public $validate = array();

/**
* invalidateCDN cache
* DB 保存/削除時に CDN のキャッシュを invalidate するか
*
* @var bool
*/
public $invalidateCDN = false;

//The Associations below have been created with all possible keys, those that are not needed can be removed

/**
Expand Down

0 comments on commit eb24a3f

Please sign in to comment.