Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7411c31

Browse files
committed
Merge pull request laravel#6991 from Carlsson87/patch-1
[5.0] Correct Return Type
2 parents 9bcae8b + c24711f commit 7411c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function setBasePath($basePath)
182182
/**
183183
* Bind all of the application paths in the container.
184184
*
185-
* @return $this
185+
* @return void
186186
*/
187187
protected function bindPathsInContainer()
188188
{

0 commit comments

Comments
 (0)