app->bind( UserRepository::class, EloquentUserRepository::class, ); $this->app->bind( SessionRepository::class, EloquentSessionRepository::class, ); $this->app->bind( EmailConfirmationTokenRepository::class, EloquentEmailConfirmationTokenRepository::class, ); $this->app->bind( PostRepository::class, EloquentPostRepository::class, ); $this->app->bind( CommentRepository::class, EloquentCommentRepository::class, ); } }