Master HEAD: Master branch HEAD commit hash at time of post
Laravel Version: Laravel version of the app you are using Quark with
Steps to Reproduce: if any
Issue Presentation Code:
$limit = $request->has('limit') ? $request->limit : 50; // The line contatining the bug.