Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit bc212d2

Browse files
committed
Merge branch '2.3' into 2.6
* 2.3: updated year range in LICENSE Use getRootDir() rather than assuming __DIR__
2 parents 1d8bd92 + dc7858e commit bc212d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2014 Fabien Potencier
1+
Copyright (c) 2004-2015 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

app/AppKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ public function registerBundles()
3131

3232
public function registerContainerConfiguration(LoaderInterface $loader)
3333
{
34-
$loader->load(__DIR__.'/config/config_'.$this->getEnvironment().'.yml');
34+
$loader->load($this->getRootDir().'/config/config_'.$this->getEnvironment().'.yml');
3535
}
3636
}

0 commit comments

Comments
 (0)