Skip to content

Commit

Permalink
fix bindings in RootServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jul 26, 2024
1 parent b580fa6 commit bd021d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/RootServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ class RootServiceProvider extends ServiceProvider
{
/**
* All of the container bindings that should be registered.
*
* @var array
*/
public array $bindings = [
public $bindings = [
Interfaces\Models\AuthCode::class => Models\AuthCode::class,
Interfaces\Models\Medium::class => Models\Medium::class,
Interfaces\Models\Meta::class => Models\Meta::class,
Expand Down

0 comments on commit bd021d2

Please sign in to comment.