del campaign user_id

parent a07c288b
......@@ -34,17 +34,6 @@ use App\Entity\Common;
*/
class Campaign extends Common
{
/* user_id */
public function getUserId()
{
return $this->userId;
}
public function setUserId($userId)
{
$this->userId = $userId;
return $this;
}
/* group_id */
public function getGroupId()
{
......
......@@ -52,7 +52,6 @@ if (!$error) {
$campaign_active = (bool)$campaign->getActive();
$campaign_id = $campaign->getId();
$campaign_title = $campaign->getTitle();
$campaign_user_id = $campaign->getUserId();
$campaign_url = $campaign->getUrl();
$campaign_date_begin = $campaign->getDateBegin();
$campaign_date_end = $campaign->getDateEnd();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment