update database

This commit is contained in:
manhlab
2021-04-09 10:42:08 -04:00
parent 43ce9eebd5
commit 8c4ad4aabf
106 changed files with 545 additions and 545 deletions

View File

@@ -138,7 +138,7 @@ class UsersController extends Controller
{
$users = $this->repository->all();
$exporter = new \App\Exports\UsersExport($users);
$fileName = 'Danh sách người dùng.' . $request->export;
$fileName = 'Список пользавателя.' . $request->export;
return \Excel::download($exporter, $fileName, $request->export);
}