Skip to content

Commit fcd1094

Browse files
committed
Updated load fixtures command
1 parent af39b69 commit fcd1094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/loadfixture

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

33
cd /var/www/soisy/backend
4-
php app/console soisy:load:fixtures --no-interaction --delete-contracts ../docs/fixtures/build $*
4+
php app/console soisy-fixtures:load --no-interaction --delete-contracts ../docs/fixtures/build $*

0 commit comments

Comments
 (0)