Krucas\LaravelUserEmailVerification\VerificationBrokerManager::__construct PHP Method

__construct() public method

Create a new Factory instance.
public __construct ( Illuminate\Foundation\Application $app )
$app Illuminate\Foundation\Application
    public function __construct($app)
    {
        $this->app = $app;
    }