app->bind( UserRepository::class, EloquentUserRepository::class ); $this->app->bind( SessionRepository::class, EloquentSessionRepository::class ); $this->app->bind( SetRepository::class, EloquentSetRepository::class ); $this->app->bind( ElementRepository::class, EloquentElementRepository::class ); } }