From eeb6aee61bc55a95a4d62d354f180d167c6a25fb Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Mon, 16 Jul 2018 15:38:11 +0200 Subject: Adding debug tool, tweaking date formatting --- app-from-scratch.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app-from-scratch.sh') diff --git a/app-from-scratch.sh b/app-from-scratch.sh index 074d258..ec573e6 100644 --- a/app-from-scratch.sh +++ b/app-from-scratch.sh @@ -240,3 +240,9 @@ editor config/routes.php git add ../app-from-scratch.sh config/routes.php git add src/Model/Entity/empty src/Model/Table/empty tests/Fixture/empty git commit -m "first cake bake, auto-generated files not included for now" +# 18507a4c76abad7cf5e6e9572137d0dc5a977fcc + +# Adding debug tool, tweaking date formatting +editor config/app.php config/bootstrap.php +git add ../app-from-scratch.sh config/app.php config/bootstrap.php +git commit -m "Adding debug tool, tweaking date formatting" -- cgit v1.1