Skip to content

Instantly share code, notes, and snippets.

@Mulkave
Created June 8, 2016 20:48
Show Gist options
  • Save Mulkave/91f5f1cef0e79b7256521d9ec8cd7e7b to your computer and use it in GitHub Desktop.
Save Mulkave/91f5f1cef0e79b7256521d9ec8cd7e7b to your computer and use it in GitHub Desktop.
<?php
namespace Directory\Foundation;
use Framework\Jobs\Job;
use Illuminate\Contracts\Bus\SelfHandling;
abstract class AbstractJob extends Job implements SelfHandling
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment