1
0
Fork 0

Parser is now session

This commit is contained in:
Michael 2021-07-27 13:56:28 +00:00
commit ab24f58bad
3 changed files with 6 additions and 6 deletions

View file

@ -58,7 +58,7 @@ class SessionFactory
*/
public function createSession(App\Mode $mode, App\BaseURL $baseURL, IConfig $config, Database $dba, ICache $cache, LoggerInterface $logger, Profiler $profiler, array $server = [])
{
$profiler->startRecording('parser');
$profiler->startRecording('session');
$session = null;
try {