⬆️ Passe à Laravel 8
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user