Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1196689
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
764 B
Subscribers
None
View Options
diff --git a/src/Service/TYPProfileService.php b/src/Service/TYPProfileService.php
--- a/src/Service/TYPProfileService.php
+++ b/src/Service/TYPProfileService.php
@@ -1,23 +1,23 @@
<?php
namespace Drupal\typ_profile\Service;
use Drupal\typ_legacy\Service\TYP;
use Drupal\typ_legacy\Service\TYPMongoDB;
/**
* Promotion Service
*/
class TYPProfileService
{
public static function getCollection($collection = 'yp_promotion'){
return TYPMongoDB::getCollection($collection);
}
public static function _getpromotion($bid = NULL){
$data = self::getCollection('yp_promotion')->find(array('businessid'=>$bid));
if(count($data) == 1){
return $data;
}else{
- break;
+ #break;
}
}
}
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Apr 28, 4:21 AM (5 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
213328
Attached To
rPF typ_profile
Event Timeline
Log In to Comment