summaryrefslogtreecommitdiff
path: root/app-from-scratch.sh
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-07-16 15:38:11 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-07-16 15:38:11 +0200
commiteeb6aee61bc55a95a4d62d354f180d167c6a25fb (patch)
tree47d429de151ae818ccd73fdbd0096c85e3a58cef /app-from-scratch.sh
parent18507a4c76abad7cf5e6e9572137d0dc5a977fcc (diff)
downloadchd_gestion-eeb6aee61bc55a95a4d62d354f180d167c6a25fb.zip
chd_gestion-eeb6aee61bc55a95a4d62d354f180d167c6a25fb.tar.gz
chd_gestion-eeb6aee61bc55a95a4d62d354f180d167c6a25fb.tar.bz2
Adding debug tool, tweaking date formatting
Diffstat (limited to 'app-from-scratch.sh')
-rw-r--r--app-from-scratch.sh6
1 files changed, 6 insertions, 0 deletions
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"