Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
get reset url forl datafilters
Browse files Browse the repository at this point in the history
  • Loading branch information
felice ostuni committed Dec 4, 2018
1 parent 82fe70f commit a34f02b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/DataFilter/DataFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ public static function source($source = null)
return $ins;
}

public function getResetUrl()
{
return $this->reset_url;
}

protected function table($table)
{
$this->query = DB::table($table);
Expand Down Expand Up @@ -72,6 +77,8 @@ protected function sniffAction()
}
}



protected function process()
{
$this->method = 'GET';
Expand Down

0 comments on commit a34f02b

Please sign in to comment.