Skip to content

Commit

Permalink
Use success helper, because we can!
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Mar 5, 2016
1 parent 064f32b commit c29dbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/LoadCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ protected function fire()
$package = Package::fromFolder($this->input->getArgument('path'));
$this->config->addPackage($package);

$this->output->note('Package loaded successfully.');
$this->output->success('Package loaded successfully.');
}

}

0 comments on commit c29dbad

Please sign in to comment.