mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 00:28:29 +08:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
188dc98c4a
commit
b3de5157fe
|
@ -1,5 +1,12 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
* For detailed copyright and license information, please view the
|
||||
* LICENSE file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Flarum\Console\Cache;
|
||||
|
||||
use Illuminate\Contracts\Cache\Factory as FactoryContract;
|
||||
|
@ -28,4 +35,4 @@ class Factory implements FactoryContract
|
|||
{
|
||||
return $this->container['cache.store'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user