Example #1
0
 /**
  * Get a cached copy of the group of assets.
  *
  * @return string|bool
  */
 public function get()
 {
     if ($this->exists()) {
         return C::get($this->name());
     }
     return false;
 }