Merge branch 'lapfix' of https://gitlab.com/online-sistem1/kaunter into lapfix
This commit is contained in:
@@ -6,6 +6,7 @@ namespace App\Http\Controllers;
|
||||
use App\Events\StatusLiked;
|
||||
use App\Events\NotifikasiPembayaran;
|
||||
use App\Events\Dashboard\GadaiNotify;
|
||||
use App\Events\SerahanPenilai;
|
||||
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
@@ -282,6 +283,8 @@ class GadaianController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
event(new SerahanPenilai($auth_user['cawangan'],"LULUS"));
|
||||
|
||||
return redirect()->route('home');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user