Skip to content

Commit

Permalink
[5.6] Changed '/' to DIRECTORY_SEPARATOR (#23596)
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk authored and taylorotwell committed Mar 18, 2018
1 parent 140321e commit 350ea24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ public function environmentFile()
*/
public function environmentFilePath()
{
return $this->environmentPath().'/'.$this->environmentFile();
return $this->environmentPath().DIRECTORY_SEPARATOR.$this->environmentFile();
}

/**
Expand Down

0 comments on commit 350ea24

Please sign in to comment.