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.
2 parents 4779bcb + 897fc45 commit 7e100acCopy full SHA for 7e100ac
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: true
16
matrix:
17
php: [7.3, 7.4, 8.0]
18
- stability: [prefer-lowest, prefer-stable]
+ stability: [prefer-stable]
19
20
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
21
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
*/
class Request
{
0 commit comments