Skip to content

Instantly share code, notes, and snippets.

@damiankloip
Last active October 26, 2015 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save damiankloip/d47424cd34cc54d844e4 to your computer and use it in GitHub Desktop.
Save damiankloip/d47424cd34cc54d844e4 to your computer and use it in GitHub Desktop.
<?php
$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