for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Faithgen\Miscellaneous\Models;
use FaithGen\SDK\Models\UuidModel;
use Illuminate\Notifications\Notifiable;
class Subscription extends UuidModel
{
use Notifiable;
Illuminate\Notifications\Notifiable
$email
Faithgen\Miscellaneous\Models\Subscription
protected $table = 'fg_subscriptions';
}