Skip to content

Commit d58f098

Browse files
committed
docs: fix @var
SessionConfig is required.
1 parent 07f92b9 commit d58f098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Commands/Generators/MigrationGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ protected function prepare(string $class): string
107107
$data['DBGroup'] = is_string($DBGroup) ? $DBGroup : 'default';
108108
$data['DBDriver'] = config('Database')->{$data['DBGroup']}['DBDriver'];
109109

110-
/** @var SessionConfig|null $session */
110+
/** @var SessionConfig $session */
111111
$session = config('Session');
112112

113113
$data['matchIP'] = $session->matchIP;

0 commit comments

Comments
 (0)