summaryrefslogtreecommitdiffstats
path: root/src/Project.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Project.php')
-rwxr-xr-xsrc/Project.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Project.php b/src/Project.php
new file mode 100755
index 0000000..491fe1f
--- /dev/null
+++ b/src/Project.php
@@ -0,0 +1,9 @@
+<?php
+
+class Project extends \PHPixie\BundleFramework
+{
+ protected function buildBuilder()
+ {
+ return new Project\Builder();
+ }
+} \ No newline at end of file