merge develop to origin

This commit is contained in:
2026-05-24 09:00:16 +03:30
parent e0edcf6db2
commit 7d7507411d

View File

@@ -666,5 +666,6 @@ Route::prefix('role')
Route::get('/test', function () {
$csvExporter = new \Laracsv\Export();
$csvExporter->build(\App\Models\User::all(), ['id' => 'کد یکتا', 'username' => 'نام کاربری'])->download();
});