Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 328a6f6

Browse files
committed
chore: format migrations
1 parent e811497 commit 328a6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/database/migrations/2019_11_18_155705_create_password_resets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class CreatePasswordResets extends Database
1111
*/
1212
public function up()
1313
{
14-
if (!static::$capsule::schema()->hasTable("password_resets")) :
14+
if (!static::$capsule::schema()->hasTable("password_resets")):
1515
static::$capsule::schema()->create("password_resets", function ($table) {
1616
$table->string('email')->index();
1717
$table->string('token');

0 commit comments

Comments
 (0)