mirror of
https://github.com/superhelio/commands.git
synced 2026-02-04 19:48:44 +00:00
feat: update dependencies, add linting, fix codebase, cleanup (#11)
* chore(deps): update dependencies * feat(tests): add matrix testing, problem matcher * feat(lint): add php-cs-fixer, fix codebase
This commit is contained in:
@@ -6,6 +6,6 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider
|
||||
{
|
||||
public function boot()
|
||||
{
|
||||
$this->loadMigrationsFrom(dirname(__DIR__) . '/migrations');
|
||||
$this->loadMigrationsFrom(dirname(__DIR__).'/migrations');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user