We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f92b9 commit d58f098Copy full SHA for d58f098
system/Commands/Generators/MigrationGenerator.php
@@ -107,7 +107,7 @@ protected function prepare(string $class): string
107
$data['DBGroup'] = is_string($DBGroup) ? $DBGroup : 'default';
108
$data['DBDriver'] = config('Database')->{$data['DBGroup']}['DBDriver'];
109
110
- /** @var SessionConfig|null $session */
+ /** @var SessionConfig $session */
111
$session = config('Session');
112
113
$data['matchIP'] = $session->matchIP;
0 commit comments