diff --git a/administration/services.sh b/administration/services.sh new file mode 100644 index 0000000..16cf4b4 --- /dev/null +++ b/administration/services.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd "$(dirname "$(readlink -f "${0}")")/../docker-symfony/" || exit 1 +docker-compose exec php php bin/console debug:autowiring