Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Revert "[Upg] update command : add publishing config"
Browse files Browse the repository at this point in the history
This reverts commit 18a0913.
  • Loading branch information
GrahamCampbell committed Nov 29, 2013
1 parent 329658d commit e671159
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/commands/UpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) );

Expand Down

0 comments on commit e671159

Please sign in to comment.