|
@@ -77,7 +77,7 @@ class AdvertiseController extends BaseController
|
|
|
);
|
|
|
AdvertiseUserQueueService::addToQueue($toQueue);
|
|
|
$adInfo = AdvertiseService::getOneById($ad);
|
|
|
- header('location:'.($adInfo->source_url));
|
|
|
+ header('Location:'.($adInfo->source_url));
|
|
|
}
|
|
|
|
|
|
public function getAds(Request $request){
|