Skip to content

Commit 897fc45

Browse files
committed
Use mixin for better IDE support.
1 parent 3ebcea1 commit 897fc45

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/Utilities/Request.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
namespace Yajra\DataTables\Utilities;
44

55
/**
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()
6+
* @mixin \Illuminate\Http\Request
147
*/
158
class Request
169
{

0 commit comments

Comments
 (0)