Skip to content

Commit

Permalink
actually match the library
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneGlee committed Mar 20, 2019
1 parent 11c8a68 commit 29cd48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatatableInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

interface DatatableInterface
{
public function render(string $view, array $with);
public function render($view, $data = [], $mergeData = []);
}

0 comments on commit 29cd48c

Please sign in to comment.