From cbdc38e98eeb0bda7748479342374386afb59533 Mon Sep 17 00:00:00 2001 From: Gogs Date: Wed, 2 Jun 2021 16:51:15 +0200 Subject: [PATCH] Pre Commit the 2nd --- controllers/Playground.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/Playground.php b/controllers/Playground.php index 271d47e..865e386 100644 --- a/controllers/Playground.php +++ b/controllers/Playground.php @@ -13,6 +13,6 @@ class Playground extends Controller } public function index() - { - } + { + } }