Skip to content

Commit

Permalink
refactor: Laravel Pint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
secondnetwork authored and github-actions[bot] committed Jan 17, 2024
1 parent d61bd15 commit 86e4273
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Commands/KompassCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ public function handle(): int

$this->call('volt:install');
}


warning('Warning: Have you made a backup of you database?');
$database = select(
Expand Down Expand Up @@ -245,7 +244,7 @@ public function databaserun()
public function updateServiceProviders()
{
$appConfig = file_get_contents(config_path('app.php'));

if (
! Str::contains($appConfig, 'App\\Providers\\FortifyServiceProvider::class')
&&
Expand Down

0 comments on commit 86e4273

Please sign in to comment.