remove error load image
This commit is contained in:
@ -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 !');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user