From cb97ddfdcd29e1fa0ae49803f2253882e7c41b30 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 22 May 2019 17:00:17 +0200 Subject: [PATCH] #2783 --- src/Cubist/Backpack/app/Console/CubistBackpackCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cubist/Backpack/app/Console/CubistBackpackCommand.php b/src/Cubist/Backpack/app/Console/CubistBackpackCommand.php index bcfa182..804e827 100644 --- a/src/Cubist/Backpack/app/Console/CubistBackpackCommand.php +++ b/src/Cubist/Backpack/app/Console/CubistBackpackCommand.php @@ -41,7 +41,7 @@ class CubistBackpackCommand extends Command $this->_handleMagicFolder($item); } } - + $this->executeProcess('composer dump-autoload'); } protected function _handleMagicFolder(\SplFileInfo $item) -- 2.39.5