Autowire database connection.

This commit is contained in:
Krzysztof Płaczek
2025-05-14 13:14:57 +02:00
parent dc287aadc6
commit f30304cbe9
5 changed files with 27 additions and 14 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
[ -z "$1" ] && echo "Please specify a Composer command (ex. install)" && exit
[ -z "$1" ] && bin/cli composer list && exit
bin/cli composer "$@"