Untitled

 avatar
unknown
plain_text
2 years ago
301 B
4
Indexable
DB::rollback();
            return API::response()->array([
                'return' => false,
                'output' => [],
                'extra' => [
                    'message' => $e->getMessage(),
                    'line' => $e->getLine()
                ]
            ])->statusCode(500);
Editor is loading...