Skip to content

Instantly share code, notes, and snippets.

@msonnabaum
Forked from damiankloip/test.php
Last active October 26, 2015 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msonnabaum/88830659d06e028d4b31 to your computer and use it in GitHub Desktop.
Save msonnabaum/88830659d06e028d4b31 to your computer and use it in GitHub Desktop.
<?php
$application['kernel'] = $application->share(
$application->extend('kernel', function ($kernel, $app) {
return new YourNewHttpKernelInterfaceObject($kernel);
})
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment