From 02e672e79c9cbb77a86aa312d07d14276b28700f Mon Sep 17 00:00:00 2001 From: stancl Date: Thu, 8 Aug 2019 21:23:21 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/assets/2019_08_08_000000_create_tenants_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/2019_08_08_000000_create_tenants_table.php b/src/assets/2019_08_08_000000_create_tenants_table.php index 9ff858b4..07c07414 100644 --- a/src/assets/2019_08_08_000000_create_tenants_table.php +++ b/src/assets/2019_08_08_000000_create_tenants_table.php @@ -29,4 +29,4 @@ class CreateTenantsTable extends Migration { Schema::drop('tenants'); } -} \ No newline at end of file +}