@@ -41,6 +41,6 @@ class Order extends Model
}
public function exists() {
- return parent::exists;
+ return $this->exists;