Mejor paginado, y actualizado el .env.example!
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace App\Providers;
|
||||
|
||||
use App\Services\Auth0Service;
|
||||
use App\Services\PaginatorService;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class AppServiceProvider extends ServiceProvider
|
||||
@@ -17,5 +18,8 @@ class AppServiceProvider extends ServiceProvider
|
||||
$this->app->singleton(Auth0Service::class, function($app) {
|
||||
return new Auth0Service($app);
|
||||
});
|
||||
$this->app->singleton(PaginatorService::class, function($app) {
|
||||
return new PaginatorService($app);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user