We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e222d commit 879869aCopy full SHA for 879869a
README.md
@@ -443,7 +443,7 @@ namespace PHPVideoToolkit;
443
444
session_start();
445
446
-$handler = new \PHPVideoToolkit\ProgressHandlerPortable($_SESSION['phpvideotoolkit_portable_process_id'], $config);
+$handler = new ProgressHandlerPortable($_SESSION['phpvideotoolkit_portable_process_id'], $config);
447
448
$probe = $handler->probe();
449
0 commit comments