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

Fix code style (php-cs-fixer)

This commit is contained in:
Samuel Štancl 2020-12-13 02:08:42 +00:00
parent f73d6e2dce
commit 6c7a729a71

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