fix filter year dashboard

This commit is contained in:
arifal
2025-02-28 15:43:07 +07:00
parent f3db3783f9
commit f5790cda94
4 changed files with 9 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ use Illuminate\Http\Request;
define('LARAVEL_START', microtime(true));
ini_set('max_execution_time',14400);
ini_set('memory_limit', '2G');
// Determine if the application is in maintenance mode...
if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) {