Skip to content

Commit fae883a

Browse files
Fixing PHPdoc referencing session driver
I think this is a copy/paste from https://github.com/laravel/framework/blob/e6c8aa0e39d8f91068ad1c299546536e9f25ef63/src/Illuminate/Session/SessionManager.php#L204 and is not meant to say `session` but rather `Scout`.
1 parent a643d5d commit fae883a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EngineManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function createNullDriver()
6868
}
6969

7070
/**
71-
* Get the default session driver name.
71+
* Get the default Scout driver name.
7272
*
7373
* @return string
7474
*/

0 commit comments

Comments
 (0)