Implement Regex on SQLite platform using a callback to PHP.

This commit is contained in:
Jan Böhmer 2022-08-20 02:43:15 +02:00
parent 3dde40b91d
commit 0bc9d8cba1
2 changed files with 40 additions and 2 deletions

View file

@ -84,8 +84,6 @@ class HomepageController extends AbstractController
*/
public function homepage(Request $request, GitVersionInfo $versionInfo): Response
{
throw new \RuntimeException("Test");
if ($this->isGranted('@tools.lastActivity')) {
$table = $this->dataTable->createFromType(
LogDataTable::class,