listing modifications + added description to segments

This commit is contained in:
Jonathan Labreuille
2015-10-22 19:19:40 +02:00
parent b9b17a59a3
commit 4bde705f04
12 changed files with 289 additions and 61 deletions

View File

@ -19,7 +19,7 @@ class Subscriber extends Model {
// delete all relations to segments
SubscriberSegment::where('subscriber_id', $this->id)->deleteMany();
parent::delete();
return parent::delete();
}
static function search($orm, $search = '') {