Skip to content

Instantly share code, notes, and snippets.

@nicokoelewijn
Created October 10, 2019 06:58
Show Gist options
  • Save nicokoelewijn/210357797e789459caed9dfe73152a17 to your computer and use it in GitHub Desktop.
Save nicokoelewijn/210357797e789459caed9dfe73152a17 to your computer and use it in GitHub Desktop.
AppBundle.php
<?php
// src/AppBundle/AppBundle.php
namespace AppBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class AppBundle extends Bundle
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment