Skip to content

Commit 4ed62ec

Browse files
committed
refactor: code
refs: #26
1 parent 6883d1e commit 4ed62ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InitCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function handle(): void
143143
array_push(
144144
$this->shellCommands,
145145
'composer require ronasit/laravel-telescope-extension',
146-
'php artisan telescope:install'
146+
'php artisan telescope:install',
147147
);
148148
}
149149

0 commit comments

Comments
 (0)