Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravitano committed Nov 6, 2015
1 parent 4c78c47 commit cc2b4bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Commands/GenerateProviderCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected function getTemplateContents()
'MODULE' => $this->getModuleName(),
'NAME' => $this->getFileName(),
'STUDLY_NAME' => $module->getStudlyName(),
'MODULE_NAMESPACE' => $this->laravel['modules']->config('namespace'),
'MODULE_NAMESPACE' => $this->laravel['modules']->config('namespace'),
]))->render();
}

Expand Down
2 changes: 1 addition & 1 deletion Commands/SeedCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ protected function getOptions()
array('database', null, InputOption::VALUE_OPTIONAL, 'The database connection to seed.'),
);
}
}
}

1 comment on commit cc2b4bd

@drparham
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version is breaking the Seeding command.

Please sign in to comment.