From 5438aea759f99f1f7f7a607c8ae9e17f7c0749fd Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 1 Aug 2018 03:55:21 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- ..._102100_change_registration_tokens_created_at_to_datetime.php | 1 - ...8_01_15_072800_change_email_tokens_created_at_to_datetime.php | 1 - ...1_18_134600_change_password_tokens_created_at_to_datetime.php | 1 - 3 files changed, 3 deletions(-) diff --git a/migrations/2018_01_11_102100_change_registration_tokens_created_at_to_datetime.php b/migrations/2018_01_11_102100_change_registration_tokens_created_at_to_datetime.php index 392950d34..f3276bf1d 100644 --- a/migrations/2018_01_11_102100_change_registration_tokens_created_at_to_datetime.php +++ b/migrations/2018_01_11_102100_change_registration_tokens_created_at_to_datetime.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ -use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Schema\Builder; return [ diff --git a/migrations/2018_01_15_072800_change_email_tokens_created_at_to_datetime.php b/migrations/2018_01_15_072800_change_email_tokens_created_at_to_datetime.php index f075a44f7..f393f72f2 100644 --- a/migrations/2018_01_15_072800_change_email_tokens_created_at_to_datetime.php +++ b/migrations/2018_01_15_072800_change_email_tokens_created_at_to_datetime.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ -use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Schema\Builder; return [ diff --git a/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php b/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php index c65ac98e2..9a411f5ff 100644 --- a/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php +++ b/migrations/2018_01_18_134600_change_password_tokens_created_at_to_datetime.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ -use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Schema\Builder; return [