Passed
Pull Request — master (#33)
by
unknown
09:22 queued 04:40
created
database/migrations/2017_09_01_000000_create_authentication_log_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(config('authentication-log.table_name'), function (Blueprint $table) {
16
+        Schema::create(config('authentication-log.table_name'), function(Blueprint $table) {
17 17
             $table->bigIncrements('id');
18 18
             $table->morphs('authenticatable');
19 19
             $table->string('ip_address', 45)->nullable();
Please login to merge, or discard this patch.