Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbohem committed Oct 21, 2021
1 parent df29841 commit 5f8d8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScreenWireServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function registeringPackage(): void
];

$mainClass = $service[config('screen-wire.auth')] ?? \Mrbohem\ScreenWire\Service\AuthService::class;

if ($mainClass) {
$this->app->singleton('ScreenTracker', $mainClass);
}
Expand Down

0 comments on commit 5f8d8bf

Please sign in to comment.