Skip to content

Commit

Permalink
A misspelling of 'Commands' directory is corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
alenoosh committed Jan 26, 2015
1 parent 6c113bb commit 25f9f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serverfireteam/Panel/PanelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function register()
{
$this->app->register('Zofe\Rapyd\RapydServiceProvider');

include __DIR__."/commands/ServerfireteamCommand.php";
include __DIR__."/Commands/ServerfireteamCommand.php";
$this->app['panel::install'] = $this->app->share(function($app)
{
return new \Serverfireteam\Panel\Commands\panelCommand();
Expand Down

0 comments on commit 25f9f3b

Please sign in to comment.