From 99ecc6f9178e9cfd21ea28298c6daf7f670b063d Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Tue, 18 May 2021 07:08:50 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- framework/core/src/Console/Cache/Factory.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/framework/core/src/Console/Cache/Factory.php b/framework/core/src/Console/Cache/Factory.php index 496e6707b..e6ef1c391 100644 --- a/framework/core/src/Console/Cache/Factory.php +++ b/framework/core/src/Console/Cache/Factory.php @@ -1,5 +1,12 @@ container['cache.store']; } -} \ No newline at end of file +}