Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
44ba6e72
Commit
44ba6e72
authored
Jan 03, 2013
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Call parent constructor in app, to initialize pimple
parent
e18192f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/Silex/Application.php
src/Silex/Application.php
+2
-0
No files found.
src/Silex/Application.php
View file @
44ba6e72
...
@@ -60,6 +60,8 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
...
@@ -60,6 +60,8 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
*/
*/
public
function
__construct
(
array
$values
=
array
())
public
function
__construct
(
array
$values
=
array
())
{
{
parent
::
__construct
();
$app
=
$this
;
$app
=
$this
;
$this
[
'logger'
]
=
null
;
$this
[
'logger'
]
=
null
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment