From 18456530e1671791445ab0aa04f49d2903af7878 Mon Sep 17 00:00:00 2001 From: roble Date: Sat, 20 Jun 2026 09:59:48 +0100 Subject: [PATCH] fix: update db:seed command to use APP variable in Taskfile --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index d1d61d2..2040d99 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -16,7 +16,7 @@ tasks: db:seed: desc: Seed the Themes module database - cmd: php artisan modules:seed --module=themes + cmd: '{{.APP}} php artisan modules:seed --module=themes' # ── Code Generation ────────────────────────────────────────────