summaryrefslogtreecommitdiff
path: root/src/Schema/Builder.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Schema/Builder.php')
-rwxr-xr-xsrc/Schema/Builder.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Schema/Builder.php b/src/Schema/Builder.php
new file mode 100755
index 0000000..2069b67
--- /dev/null
+++ b/src/Schema/Builder.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace Xgrz\Firebird\Schema;
+
+use Illuminate\Database\Schema\Builder as SchemaBuilder;
+
+class Builder extends SchemaBuilder
+{
+ //
+}