Skip to content

Commit

Permalink
clean code, no need return
Browse files Browse the repository at this point in the history
  • Loading branch information
hermawanramadhan committed Jan 11, 2022
1 parent f70b879 commit 5083da3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DataTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ public function __construct($builder)
{
$this->query = new DataTableQuery($builder);
$this->columnDefs = new DataTableColumnDefs($builder);

return $this;
}

/**
Expand Down

0 comments on commit 5083da3

Please sign in to comment.