Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 796b345

Browse files
authored
Merge pull request #10 from appstract/analysis-ADyAY9
Apply fixes from StyleCI
2 parents 3719e2d + e6c1d05 commit 796b345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapComponentsClass.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Appstract\BootstrapComponents;
44

5-
use Illuminate\Support\Collection;
65
use Illuminate\Pagination\LengthAwarePaginator;
6+
use Illuminate\Support\Collection;
77

88
class BootstrapComponentsClass
99
{

src/BootstrapComponentsServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Appstract\BootstrapComponents;
44

5-
use Illuminate\Support\ServiceProvider;
65
use Appstract\BladeDirectives\BladeDirectivesServiceProvider;
6+
use Illuminate\Support\ServiceProvider;
77

88
class BootstrapComponentsServiceProvider extends ServiceProvider
99
{

0 commit comments

Comments
 (0)