update examples

This commit is contained in:
Till Krüss
2023-01-17 14:43:40 -08:00
committed by Till Krüss
parent f4bd6d44b1
commit 3c8a811ca3
6 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
*/
if (PHP_SAPI !== 'cli') {
die('Example scripts are meant to be executed locally via CLI.');
exit('Example scripts are meant to be executed locally via CLI.');
}
require __DIR__ . '/../autoload.php';