mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-31 01:46:29 +00:00
153 - Testing a Console Command
This commit is contained in:
@@ -4,6 +4,7 @@ namespace App\Providers;
|
||||
|
||||
use App\TicketCodeGenerator;
|
||||
use App\Billing\PaymentGateway;
|
||||
use App\InvitationCodeGenerator;
|
||||
use App\HashidsTicketCodeGenerator;
|
||||
use App\Billing\StripePaymentGateway;
|
||||
use Laravel\Dusk\DuskServiceProvider;
|
||||
@@ -44,6 +45,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
|
||||
$this->app->bind(PaymentGateway::class, StripePaymentGateway::class);
|
||||
$this->app->bind(OrderConfirmationNumberGenerator::class, RandomOrderConfirmationNumberGenerator::class);
|
||||
$this->app->bind(InvitationCodeGenerator::class, RandomOrderConfirmationNumberGenerator::class);
|
||||
$this->app->bind(TicketCodeGenerator::class, HashidsTicketCodeGenerator::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user