This commit is contained in:
Marcel Pociot
2020-06-05 15:57:54 +02:00
parent 0ab43c31ee
commit 699178d12a

View File

@@ -23,7 +23,7 @@ class ServeCommand extends Command
$validateAuthTokens = config('expose.admin.validate_auth_tokens');
if ($this->option('validateAuthTokens')) {
if ($this->option('validateAuthTokens') === true) {
$validateAuthTokens = true;
}