From cf80cf86e5b199d04a3e5d4a128dfef76b73a30f Mon Sep 17 00:00:00 2001 From: luceos Date: Wed, 27 Jun 2018 19:34:07 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- ...2018_01_15_072600_change_email_tokens_rename_id_to_token.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/2018_01_15_072600_change_email_tokens_rename_id_to_token.php b/migrations/2018_01_15_072600_change_email_tokens_rename_id_to_token.php index e62a842c6..64586a4aa 100644 --- a/migrations/2018_01_15_072600_change_email_tokens_rename_id_to_token.php +++ b/migrations/2018_01_15_072600_change_email_tokens_rename_id_to_token.php @@ -11,4 +11,4 @@ use Flarum\Database\Migration; -return Migration::renameColumn('email_tokens', 'id','token'); +return Migration::renameColumn('email_tokens', 'id', 'token');