diff options
author | Alexander Kiryuhin <frei@neonxp.info> | 2014-02-14 01:03:30 +0400 |
---|---|---|
committer | Alexander Kiryuhin <frei@neonxp.info> | 2014-02-14 01:03:30 +0400 |
commit | 4f260cf8659f4f143e27f056b24ca389b8c54366 (patch) | |
tree | d9a065ca2095656804eb5ed20ff64f1bb6ea5584 /nxpRutilsBundle.php | |
parent | faf2b7ae7c95f0c4aa51747def02faf491bf5a48 (diff) |
~ Fix autoloader
Diffstat (limited to 'nxpRutilsBundle.php')
-rw-r--r-- | nxpRutilsBundle.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nxpRutilsBundle.php b/nxpRutilsBundle.php deleted file mode 100644 index a46734f..0000000 --- a/nxpRutilsBundle.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - -namespace nxp\RutilsBundle; - -use Symfony\Component\HttpKernel\Bundle\Bundle; - -class nxpRutilsBundle extends Bundle -{ -} |