chore: Update to Laravel 9.0

This commit is contained in:
2022-11-12 19:00:35 -03:00
parent 11162a9ffa
commit 2cd7ab11fa
34 changed files with 58508 additions and 15142 deletions

19
lang/pt-br/pagination.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '« Anterior',
'next' => 'Próxima »',
];