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' ) );