aboutsummaryrefslogtreecommitdiff
path: root/src/NXP/nxpRutilsBundle.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/NXP/nxpRutilsBundle.php')
-rw-r--r--src/NXP/nxpRutilsBundle.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/NXP/nxpRutilsBundle.php b/src/NXP/nxpRutilsBundle.php
new file mode 100644
index 0000000..a46734f
--- /dev/null
+++ b/src/NXP/nxpRutilsBundle.php
@@ -0,0 +1,9 @@
+<?php
+
+namespace nxp\RutilsBundle;
+
+use Symfony\Component\HttpKernel\Bundle\Bundle;
+
+class nxpRutilsBundle extends Bundle
+{
+}