Passed
Push — master ( 6145fe...cbaac8 )
by meta
04:47
created
publish/database/migrations/2018_05_15_152839_create_azure_apps_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('azure_apps', function (Blueprint $table) {
16
+        Schema::create('azure_apps', function(Blueprint $table) {
17 17
             // The app id aaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee
18 18
             $table->string('id', 36);
19 19
             // Some human readable name
Please login to merge, or discard this patch.