Skip to content

Commit

Permalink
Merge pull request #3123 from yajra/typo
Browse files Browse the repository at this point in the history
fix: EloquentDataTable return type typo
  • Loading branch information
yajra committed Feb 28, 2024
2 parents 45dbcfd + 74421ec commit 58e8205
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion phpstan.neon.dist
Expand Up @@ -10,7 +10,6 @@ parameters:

ignoreErrors:
- '#Unsafe usage of new static\(\).#'
- '#Negated boolean expression is always false.#'

excludePaths:
- src/helper.php
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/DataTables.php
Expand Up @@ -7,7 +7,7 @@
/**
* @mixin \Yajra\DataTables\DataTables
*
* @method static \Yajra\DataTables\EloquentDatatable eloquent($builder)
* @method static \Yajra\DataTables\EloquentDataTable eloquent($builder)
* @method static \Yajra\DataTables\QueryDataTable query($builder)
* @method static \Yajra\DataTables\CollectionDataTable collection($collection)
*
Expand Down

0 comments on commit 58e8205

Please sign in to comment.