8000 [FrameworkBundle] fixes cahe:clear command's warmup by jfsimon · Pull Request #7360 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[FrameworkBundle] fixes cahe:clear command's warmup #7360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 14, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
8000
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[FrameworkBundle] removed BC break
  • Loading branch information
jfsimon committed Mar 14, 2013
commit f2ef6bc66b7758f220e1c397436b3ee203605d1f
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@ protected function warmup($warmupDir, $realCacheDir, $enableOptionalWarmers = tr
}
}

/**
* @deprecated to be removed in 2.3
*/
protected function getTempSuffix()
{
return '';
}

/**
* @param KernelInterface $parent
* @param string $namespace
Expand Down
0