Merge pull request #6671 from turbo124/v5-develop

Minor fixes for designs
This commit is contained in:
David Bomba 2021-09-18 18:37:27 +10:00 committed by GitHub
commit d9271dae86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -518,6 +518,6 @@ class DesignController extends BaseController
break;
}
return response()->json(['message' = > 'success'],200);
return response()->json(['message' => 'success'], 200);
}
}