for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Anfischer\Foundation\Feature;
use Anfischer\Foundation\Job\Concerns\DispatchesJobs;
use Anfischer\Foundation\Job\Concerns\MarshalsJobs;
use Illuminate\Foundation\Bus\DispatchesJobs as BaseDispatcher;
abstract class Feature
{
use MarshalsJobs;
Anfischer\Foundation\Job\Concerns\MarshalsJobs
$name
Anfischer\Foundation\Feature\Feature
use BaseDispatcher;
use DispatchesJobs;
}