From 09b83b9debeea679de200aa46ad86d83a0f75e05 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 19 May 2022 19:48:34 +0200 Subject: [PATCH] wip #4285 --- src/app/Application.php | 17 ----------------- 1 file changed, 17 deletions(-) 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; - } } -- 2.39.5