Completed
Push — develop ( 5148cb...349ba2 )
by Jimmy
26s queued 11s
created
database/migrations/2018_03_11_141103_create_quick_books_tokens_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function up()
16 16
     {
17
-        Schema::create('quickbooks_tokens', function (Blueprint $table) {
17
+        Schema::create('quickbooks_tokens', function(Blueprint $table) {
18 18
             $user_id_type = DB::getSchemaBuilder()
19 19
                               ->getColumnType('users', 'id') === 'bigint' ? 'unsignedBigInteger' : 'unsignedInteger';
20 20
 
Please login to merge, or discard this patch.