mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
reordering and removing unused imports
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
namespace Flarum\Asset;
|
||||
|
||||
use DomainException;
|
||||
use Flarum\Asset\CompilerInterface;
|
||||
|
||||
class AssetManager
|
||||
{
|
||||
|
@@ -10,8 +10,6 @@
|
||||
|
||||
namespace Flarum\Asset;
|
||||
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
class RevisionCompiler implements CompilerInterface
|
||||
{
|
||||
/**
|
||||
|
Reference in New Issue
Block a user