このコミットが含まれているのは:
守矢諏訪子 2021-12-02 01:59:43 +09:00
コミット ad90be8224
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -3,6 +3,7 @@
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Pagination\Paginator;
class AppServiceProvider extends ServiceProvider
{
@ -23,6 +24,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
//
Paginator::useBootstrap();
}
}