Skip to content

Commit

Permalink
Register client first
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Apr 28, 2024
1 parent 784b29f commit e102da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NativeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ public function packageRegistered()

protected function configureApp()
{
$this->registerNativeClient();

if (config('app.debug')) {
app(LogWatcher::class)->register();
}

$this->registerNativeClient();

$this->rewriteStoragePath();

$this->rewriteDatabase();
Expand Down

0 comments on commit e102da6

Please sign in to comment.