Skip to content

Commit

Permalink
Fixing PHPdoc referencing session driver
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
ChrisThompsonTLDR authored May 9, 2019
1 parent a643d5d commit fae883a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EngineManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function createNullDriver()
}

/**
* Get the default session driver name.
* Get the default Scout driver name.
*
* @return string
*/
Expand Down

0 comments on commit fae883a

Please sign in to comment.