From 751ccecd2edf709a0cce9cfb837a60e73d42753e Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 12 Jun 2019 13:21:22 -0600 Subject: [PATCH] Update Status model --- app/Status.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Status.php b/app/Status.php index 5441e95d..f29e88e0 100644 --- a/app/Status.php +++ b/app/Status.php @@ -65,7 +65,6 @@ class Status extends Model return $this->hasMany(Media::class)->orderBy('order', 'asc')->first(); } - // todo: deprecate after 0.6.0 public function viewType() { if($this->type) { @@ -74,7 +73,6 @@ class Status extends Model return $this->setType(); } - // todo: deprecate after 0.6.0 public function setType() { if(in_array($this->type, self::STATUS_TYPES)) {