Skip to content

Commit

Permalink
Merge pull request #6 from TheOrchid/analysis-XlwxEk
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
tabuna authored Aug 31, 2017
2 parents 2660ffc + f1a2115 commit 16f9f63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Http/Controllers/Install/DatabaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public function __construct(DatabaseManager $databaseManager)
*/
public function database()
{

Artisan::call('notifications:table');

$response = $this->databaseManager->migrateAndSeed();
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/Install/WelcomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function welcome()
Artisan::call('view:clear');
Artisan::call('route:clear');
Artisan::call('storage:link');
Artisan::call('make:auth',[
Artisan::call('make:auth', [
'--force' => true,
]);
} catch (\Exception $exception) {
Expand Down

0 comments on commit 16f9f63

Please sign in to comment.