Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Oct 8, 2023
1 parent 1216932 commit 4978b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Session/SymfonySessionDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class SymfonySessionDecorator implements SessionInterface
/**
* The underlying Laravel session store.
*
* @var \Illuminate\Session\Store
* @var \Illuminate\Contracts\Session\Session
*/
public readonly $store;
public readonly Session $store;

/**
* Create a new session decorator.
Expand Down

0 comments on commit 4978b8b

Please sign in to comment.