Passed
Push — master ( f4ae30...d6c217 )
by meta
02:27
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
             // Auto increment for unique id
18 18
             $table->increments('id');
19 19
             // Some human readable name
Please login to merge, or discard this patch.