Passed
Pull Request — master (#16)
by Soufiene
04:22
created
migrations/2019_10_11_000001_create_linked_social_accounts_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('linked_social_accounts', function (Blueprint $table) {
16
+        Schema::create('linked_social_accounts', function(Blueprint $table) {
17 17
             $table->bigIncrements('id');
18 18
             $table->string('provider_id');
19 19
             $table->string('provider_name');
Please login to merge, or discard this patch.