main
Ilham Wara Nugroho 2026-06-22 10:15:16 +07:00
parent 86ed7dfda4
commit e6578a4176
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
$setting = Setting::where('type','pengumuman')->first(); $setting = \App\Models\Master\Setting::where('type','pengumuman')->first();
use Carbon\Carbon; use Carbon\Carbon;
$target = Carbon::create( $target = Carbon::create(
date('Y',strtotime($setting->start_date)), date('Y',strtotime($setting->start_date)),