parent
47e2d9197f
commit
d1720e8006
|
@ -26,7 +26,7 @@ class Errors
|
||||||
public static function NotEnabled(string $app): Http\Response
|
public static function NotEnabled(string $app): Http\Response
|
||||||
{
|
{
|
||||||
return new DataResponse([
|
return new DataResponse([
|
||||||
'message' => "{$app} app not enabled or not v3+.",
|
'message' => "{$app} app not enabled or not the required version.",
|
||||||
], Http::STATUS_PRECONDITION_FAILED);
|
], Http::STATUS_PRECONDITION_FAILED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue