We're sorry, but an unhandled error occurred. Please see the details below.
/var/www/october/modules/system/classes/Controller.php line 26
Undefined
Symfony\Component\Debug\Exception\FatalErrorException
*/
public function combine($name)
{
try {
if (!strpos($name, '-')) {
throw new ApplicationException(Lang::get('system::lang.combiner.not_found', ['name' => $name]));
}
$parts = explode('-', $name);
$cacheId = $parts[0];
$combiner = CombineAssets::instance();
| # | Called Code | Document | Line |
|---|---|---|---|
| 1 | Illuminate\Exception\Handler->handleShutdown() |