1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 03:04:04 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
Samuel Štancl 2020-12-13 02:09:10 +00:00
parent 6924834288
commit 17a64a22d1

View file

@ -4,7 +4,6 @@ declare(strict_types=1);
namespace Lean\Gloss;
use Illuminate\Contracts\Container\Container;
use Illuminate\Support\ServiceProvider;
class GlossServiceProvider extends ServiceProvider