Skip to content

Commit

Permalink
Merge pull request #571 from wallcrosstype/develop
Browse files Browse the repository at this point in the history
fix hardcoded PHPDoc comment
  • Loading branch information
mitulgolakiya committed Nov 18, 2018
2 parents 13d61b5 + 715b005 commit c1941c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/scaffold/datatable.stub
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class $MODEL_NAME$DataTable extends DataTable
/**
* Get query source of dataTable.
*
* @param \App\Models\Post $model
* @param \App\Models\$MODEL_NAME$ $model
* @return \Illuminate\Database\Eloquent\Builder
*/
public function query($MODEL_NAME$ $model)
Expand Down

0 comments on commit c1941c8

Please sign in to comment.