From 154101f907e074a34b3e27da34eed477c867f70f Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Wed, 27 Feb 2019 14:03:05 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Http/FeedController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/FeedController.php b/src/Http/FeedController.php index b06cd57..3b5643d 100644 --- a/src/Http/FeedController.php +++ b/src/Http/FeedController.php @@ -2,8 +2,8 @@ namespace Spatie\Feed\Http; -use Illuminate\Support\Str; use Spatie\Feed\Feed; +use Illuminate\Support\Str; class FeedController {