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