ColoredCow / portal

A hub-and-spoke platform for organizations to effectively manage their operations and data. Uses GSuite.
MIT License
55 stars 52 forks source link

Scrutinizer issues in BookController #645

Closed pokhiii closed 6 years ago

pokhiii commented 6 years ago

The update method in BookController is expected to return App\Http\Controllers\KnowledgeCafe\Library\json object but actually returns an object of type Illuminate\Http\JsonResponse.

The Scrutinizer caught that the two types are incompatible.

pokhiii commented 6 years ago

This one is fixed. Closing.