mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:24:04 +00:00
bump php version
This commit is contained in:
parent
855ba91508
commit
5777ff850f
4 changed files with 4 additions and 4 deletions
|
|
@ -280,7 +280,7 @@ class TestJob implements ShouldQueue
|
|||
/** @var User|null */
|
||||
protected $user;
|
||||
|
||||
public function __construct(Valuestore $valuestore, User $user = null)
|
||||
public function __construct(Valuestore $valuestore, ?User $user = null)
|
||||
{
|
||||
$this->valuestore = $valuestore;
|
||||
$this->user = $user;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue