for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Jobs;
use Alive2212\LaravelMessageService\Jobs\MessageServiceBaseJob;
class MessageServiceSmsJob extends MessageServiceBaseJob
{
/**
* Execute the job.
*
* @return void
*/
public function handle()
//
}