From: Vincent Vanwaelscappel Date: Fri, 28 Feb 2020 15:46:27 +0000 (+0100) Subject: wip #3439 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=44c5bec3b50a97948daefa88a316c852552c2db1;p=cubist_cms-back.git wip #3439 --- diff --git a/src/CubistBackpackServiceProvider.php b/src/CubistBackpackServiceProvider.php index a6e5a81..d91b35d 100644 --- a/src/CubistBackpackServiceProvider.php +++ b/src/CubistBackpackServiceProvider.php @@ -50,7 +50,7 @@ class CubistBackpackServiceProvider extends ServiceProvider }); $this->app->extend('crud', function () { - new CubistCrudPanel(); + return new CubistCrudPanel(); }); }