Skip to content

Commit

Permalink
Merge pull request #1468 from Guja1501/8.0
Browse files Browse the repository at this point in the history
[8.0] Fix method annotations.
  • Loading branch information
yajra authored Oct 25, 2017
2 parents e90c49c + 5b81055 commit 4fc64d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Facades/DataTables.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

/**
* @mixin \Yajra\DataTables\DataTables
* @method EloquentDatatable eloquent($builder)
* @method QueryDataTable queryBuilder($builder)
* @method CollectionDataTable collection($collection)
* @method static EloquentDatatable eloquent($builder)
* @method static QueryDataTable queryBuilder($builder)
* @method static CollectionDataTable collection($collection)
*/
class DataTables extends Facade
{
Expand Down

0 comments on commit 4fc64d7

Please sign in to comment.