This commit is contained in:
Marcel Pociot
2021-06-10 10:15:53 +02:00
parent 4131b6abb7
commit fb05f23124
4 changed files with 59 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ class AppServiceProvider extends ServiceProvider
{
public function boot()
{
UriFactory::registerScheme('capacitor', Uri::class);
UriFactory::registerScheme('chrome-extension', Uri::class);
}