Completed
Push — master ( c84f7c...7d1812 )
by Scott
02:24
created
updates/1.0/create_cart_items_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     public function up()
10 10
     {
11
-        Schema::create('bedard_shop_cart_items', function (Blueprint $table) {
11
+        Schema::create('bedard_shop_cart_items', function(Blueprint $table) {
12 12
             $table->engine = 'InnoDB';
13 13
             $table->increments('id');
14 14
             $table->integer('cart_id')->unsigned()->index();
Please login to merge, or discard this patch.