Skip to content

Commit b7a00c3

Browse files
authored
Fix Application afterLoadingEnvironment method (#39982)
1 parent 2228474 commit b7a00c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function bootstrapWith(array $bootstrappers)
230230
*/
231231
public function afterLoadingEnvironment(Closure $callback)
232232
{
233-
return $this->afterBootstrapping(
233+
$this->afterBootstrapping(
234234
LoadEnvironmentVariables::class, $callback
235235
);
236236
}

0 commit comments

Comments
 (0)