Skip to content

Commit

Permalink
Merge pull request #329 from jolicode/fix/cache-clear
Browse files Browse the repository at this point in the history
fix: `cache-clear` task
  • Loading branch information
lyrixx authored Oct 24, 2024
2 parents 29e64af + 18cf1b6 commit f7456a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion castor.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ function cache_clear(): void
{
// io()->title('Clearing the application cache');

// docker_compose_run('rm -rf var/cache/ && bin/console cache:warmup');
// docker_compose_run('rm -rf var/cache/');
// docker_compose_run('bin/console cache:warmup');
}

#[AsTask(description: 'Migrates database schema', namespace: 'app:db', aliases: ['migrate'])]
Expand Down

0 comments on commit f7456a0

Please sign in to comment.