⬆️ Passe à Laravel 8

This commit is contained in:
2020-11-09 15:26:04 +01:00
parent 491fd2fa8d
commit a3a9a1f6cc
7 changed files with 1478 additions and 723 deletions

View File

@@ -2,6 +2,7 @@
namespace App\Providers;
use Illuminate\Pagination\Paginator;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Str;
@@ -34,5 +35,6 @@ class AppServiceProvider extends ServiceProvider
}
return sprintf('%s m²', number_format($surface, 0, ',', ' '));
});
Paginator::useBootstrap();
}
}