We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebcea1 commit 897fc45Copy full SHA for 897fc45
src/Utilities/Request.php
@@ -3,14 +3,7 @@
3
namespace Yajra\DataTables\Utilities;
4
5
/**
6
- * @method mixed input($key, $default = null)
7
- * @method mixed get($key, $default = null)
8
- * @method mixed query($key, $default = null)
9
- * @method mixed has($key)
10
- * @method mixed merge(array $values)
11
- * @method bool wantsJson()
12
- * @method bool ajax()
13
- * @method array all()
+ * @mixin \Illuminate\Http\Request
14
*/
15
class Request
16
{
0 commit comments