Completed
Push — master ( 685a37...c037a4 )
by Nil
04:54
created
example/example.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 if (!file_exists(__DIR__.'/database.db')) {
27 27
     file_put_contents(__DIR__.'/database.db', '');
28 28
     Capsule::schema()->dropIfExists('users');
29
-    Capsule::schema()->create('users', function (Blueprint $table) {
29
+    Capsule::schema()->create('users', function(Blueprint $table) {
30 30
         $table->string('name', 255);
31 31
         $table->integer('id');
32 32
         $table->primary('id');
Please login to merge, or discard this patch.