Skip to content

Instantly share code, notes, and snippets.

@morrislaptop
Created May 15, 2018 14:37
Show Gist options
  • Save morrislaptop/14dfb4c49963b6e83e9d1ffe4951aa82 to your computer and use it in GitHub Desktop.
Save morrislaptop/14dfb4c49963b6e83e9d1ffe4951aa82 to your computer and use it in GitHub Desktop.
<?php
$this->app->singleton(Verifier::class, function ($app) {
return new Verifier('firebase-project-name');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment