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

Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Make Kernel::$projectDir protected.
  • Loading branch information
leofeyer authored May 17, 2017
commit 8fba43fb62bebb90db0da597c6cfd0c9aa1623c1
3 changes: 1 addition & 2 deletions src/Symfony/Component/HttpKernel/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $name;
protected $startTime;
protected $loadClassCache;

private $projectDir;
protected $projectDir;

const VERSION = '3.3.0-DEV';
const VERSION_ID = 30300;
Expand Down