Skip to content

Commit cc2b4bd

Browse files
author
Gravitano
committed
CS fixes
1 parent 4c78c47 commit cc2b4bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Commands/GenerateProviderCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected function getTemplateContents()
7474
'MODULE' => $this->getModuleName(),
7575
'NAME' => $this->getFileName(),
7676
'STUDLY_NAME' => $module->getStudlyName(),
77-
'MODULE_NAMESPACE' => $this->laravel['modules']->config('namespace'),
77+
'MODULE_NAMESPACE' => $this->laravel['modules']->config('namespace'),
7878
]))->render();
7979
}
8080

Commands/SeedCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ protected function getOptions()
126126
array('database', null, InputOption::VALUE_OPTIONAL, 'The database connection to seed.'),
127127
);
128128
}
129-
}
129+
}

0 commit comments

Comments
 (0)