1
0
Fork 0

Update Status model

This commit is contained in:
Daniel Supernault 2019-06-12 13:21:22 -06:00
parent 37289f7935
commit 751ccecd2e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 2 deletions

View File

@ -65,7 +65,6 @@ class Status extends Model
return $this->hasMany(Media::class)->orderBy('order', 'asc')->first(); return $this->hasMany(Media::class)->orderBy('order', 'asc')->first();
} }
// todo: deprecate after 0.6.0
public function viewType() public function viewType()
{ {
if($this->type) { if($this->type) {
@ -74,7 +73,6 @@ class Status extends Model
return $this->setType(); return $this->setType();
} }
// todo: deprecate after 0.6.0
public function setType() public function setType()
{ {
if(in_array($this->type, self::STATUS_TYPES)) { if(in_array($this->type, self::STATUS_TYPES)) {