Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
wangta69 committed Oct 22, 2024
1 parent c26f8a6 commit 7e623b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"php": ">=7.0.0",
"kyslik/column-sortable": "^6.0",
"wangta69/php-thumbnail": "^1",
"wangta69/laravel-editor": "^8",
"wangta69/laravel-auth": "^0"
"wangta69/laravel-auth": "^0",
"wangta69/laravel-editor": "^8"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private function installLaravelBoard($type)
]);

if($type === 'full') { // auth system 인스톨
$this->call('pondol:install-auth simple');
$this->call('pondol:install-auth', ['type'=> 'simple']);
}

\Artisan::call('migrate');
Expand Down

0 comments on commit 7e623b3

Please sign in to comment.