From: Vincent Vanwaelscappel Date: Thu, 19 May 2022 17:48:34 +0000 (+0200) Subject: wip #4285 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=09b83b9debeea679de200aa46ad86d83a0f75e05;p=cubist_cms-back.git wip #4285 --- diff --git a/src/app/Application.php b/src/app/Application.php index 27a0caa..d2fd6ab 100644 --- a/src/app/Application.php +++ b/src/app/Application.php @@ -47,21 +47,4 @@ class Application extends \Illuminate\Foundation\Application { return $this->variant; } - - - /** - * @param CrudPanel $crud - */ - public function setCrud(?CrudPanel $crud): void - { - $this->crud = $crud; - } - - /** - * @return CrudPanel - */ - public function getCrud(): ?CrudPanel - { - return $this->crud; - } }