mirror of
https://github.com/predis/predis.git
synced 2026-08-24 12:19:35 +00:00
update examples
This commit is contained in:
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user