From 1a7a60ea3efde53ac2c3b07ca914483cfc25a827 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 17 Dec 2018 15:34:20 +0100 Subject: media --- app/class/modelart.php | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'app/class/modelart.php') diff --git a/app/class/modelart.php b/app/class/modelart.php index e8203e1..ac4f91e 100644 --- a/app/class/modelart.php +++ b/app/class/modelart.php @@ -12,20 +12,6 @@ class Modelart extends Modeldb parent::__construct(); } - - - public function exist(Art2 $art) - { - $artdata = $this->artstore->get($art->id()); - if ($artdata === false) { - return false; - } else { - return true; - } - - } - - public function add(Art2 $art) { -- cgit v1.2.3