Skip to content

Commit

Permalink
feat: admin_abort 不上报异常
Browse files Browse the repository at this point in the history
  • Loading branch information
slowlyo committed Jul 20, 2024
1 parent 85a4dd3 commit 16b43e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Exceptions/AdminException.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ public function render()
{
return Admin::response()->doNotDisplayToast($this->doNotDisplayToast)->fail($this->getMessage(), $this->data);
}

public function report()
{
// not report
}
}

0 comments on commit 16b43e7

Please sign in to comment.