From 9bc797aef58b8e8fb35f92103d7f72c1ee0050ee Mon Sep 17 00:00:00 2001 From: "ublabs[bot]" <92824821+ublabs[bot]@users.noreply.github.com> Date: Sun, 11 Apr 2021 17:24:15 +0000 Subject: [PATCH] Fix styling --- CHANGELOG.md | 2 +- tests/CompilesIconsTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8174b2f..ceddef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,6 @@ All notable changes to `blade-simple-icons` will be documented in this file. -## 1.0.0 - 2021-04-11 +## 0.1.0 - 2021-04-11 - initial release diff --git a/tests/CompilesIconsTest.php b/tests/CompilesIconsTest.php index 2d853b1..886d2e5 100644 --- a/tests/CompilesIconsTest.php +++ b/tests/CompilesIconsTest.php @@ -2,8 +2,8 @@ namespace Ublabs\BladeSimpleIcons\Tests; -use Orchestra\Testbench\TestCase; use BladeUI\Icons\BladeIconsServiceProvider; +use Orchestra\Testbench\TestCase; use Ublabs\BladeSimpleIcons\BladeSimpleIconsServiceProvider; class CompilesIconsTest extends TestCase