@@ -13,7 +13,7 @@ |
||
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(); |