From e671159f634cac17ac0f83233d90acee54949e92 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 29 Nov 2013 16:09:01 +0000 Subject: [PATCH] Revert "[Upg] update command : add publishing config" This reverts commit 18a09131fb71ede93c47547d7e3d185abf0b16bd. --- src/commands/UpdateCommand.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/commands/UpdateCommand.php b/src/commands/UpdateCommand.php index 4011755..f401be2 100644 --- a/src/commands/UpdateCommand.php +++ b/src/commands/UpdateCommand.php @@ -43,12 +43,6 @@ public function fire() { $this->info('## Syntara Update ##'); - // publish sentry config - $this->call('config:publish', array('package' => 'cartalyst/sentry' ) ); - - // publish syntara config - $this->call('config:publish', array('package' => 'mrjuliuss/syntara' ) ); - // publish syntara assets $this->call('asset:publish', array('package' => 'mrjuliuss/syntara' ) );