first(); if (! $channel) { throw new \Exception( "Given theme '$theme' could not applied because channel '$channel' could not be fetched from database" ); } $channel->update(['theme' => $theme]); } }