Example #1
0
 /**
  * Get tags array for saving cache
  *
  * @return array
  */
 protected function getCacheTags()
 {
     return array_merge(parent::getCacheTags(), $this->getIdentities());
 }