remove error load image

This commit is contained in:
KhatamNugraha
2023-08-14 15:45:50 +07:00
parent 22e5606ea3
commit 969fd88aa4
5 changed files with 9 additions and 5 deletions

View File

@ -170,9 +170,10 @@
}
public function addFasilitas(Request $request){
if (is_null($this->user) || !$this->user->can('konfirmasibank.report')) {
if (is_null($this->user) || !$this->user->can('konfirmasibank.create')) {
abort(403, 'Sorry !! You are Unauthorized to view any master data !');
}