diff options
Diffstat (limited to 'app/class/modelart.php')
-rw-r--r-- | app/class/modelart.php | 14 |
1 files changed, 0 insertions, 14 deletions
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) { |