mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-16 16:37:47 +00:00
refactor: qr-code filter
This commit is contained in:
parent
e660da46fb
commit
33b1083770
4 changed files with 174 additions and 22 deletions
|
|
@ -16,7 +16,7 @@ class AppServiceProvider extends ServiceProvider
|
|||
*/
|
||||
public function register(): void
|
||||
{
|
||||
$this->app->bind('qr-code', fn (): QrCodeService => new QrCodeService);
|
||||
$this->app->bind('qr-code', fn () => new QrCodeService);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue