diff --git a/System/Snowflake.php b/System/Snowflake.php index f23311f0..f29c091a 100644 --- a/System/Snowflake.php +++ b/System/Snowflake.php @@ -231,7 +231,7 @@ class Snowflake public static function getMasterPid() { $default = APP_PATH . 'storage/server.pid'; - $server = Config::get('settings.pid_file', $default); + $server = Config::get('settings.pid_file', false, $default); return file_get_contents($server); }