]> _ Git - cubist_cms-back.git/commitdiff
wip #4285
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 19 May 2022 17:48:34 +0000 (19:48 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 19 May 2022 17:48:34 +0000 (19:48 +0200)
src/app/Application.php

index 27a0caa12b3e79aeb56e90cb06ddd844eee18fb2..d2fd6abdbc1ad2e8210ad85fb5a803f20a5683dd 100644 (file)
@@ -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;
-    }
 }