package providers import ( "github.com/goravel/framework/contracts/foundation" ) type AuthServiceProvider struct { } func (receiver *AuthServiceProvider) Register(app foundation.Application) { } func (receiver *AuthServiceProvider) Boot(app foundation.Application) { }