Initial Spark Install
This commit is contained in:
5
resources/views/vendor/spark/auth/register.blade.php
vendored
Normal file
5
resources/views/vendor/spark/auth/register.blade.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
@if (Spark::billsUsingStripe())
|
||||
@include('spark::auth.register-stripe')
|
||||
@else
|
||||
@include('spark::auth.register-braintree')
|
||||
@endif
|
Reference in New Issue
Block a user