Completed
Push — master ( db8922...013eb5 )
by Nil
11:20
created
Laravel5/JsonApi/Migrations/2015_11_13_181538_create_employees_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function up()
15 15
     {
16
-        Schema::create('employees', function (Blueprint $table) {
16
+        Schema::create('employees', function(Blueprint $table) {
17 17
             $table->integer('id', true);
18 18
 
19 19
             $table->string('company', 50)->nullable()->index('company');
Please login to merge, or discard this patch.