Skip to content

Commit 23763cb

Browse files
committed
refactor(config): Update SoarServiceProvider.php
- Update 'soar.path' to 'soar.binary' in SoarServiceProvider.php
1 parent 28cd265 commit 23763cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SoarServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ protected function registerSoar(): void
126126
Soar::class,
127127
static fn (): Soar => Soar::create(
128128
config('soar.options', []),
129-
config('soar.path')
129+
config('soar.binary')
130130
)->setSudoPassword(config('soar.sudo_password'))
131131
);
132132

0 commit comments

Comments
 (0)