added new conductors
This commit is contained in:
12
app/Conductors/SubscriptionConductor.php
Normal file
12
app/Conductors/SubscriptionConductor.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Conductors;
|
||||
|
||||
class SubscriptionConductor extends Conductor
|
||||
{
|
||||
/**
|
||||
* The Model Class
|
||||
* @var string
|
||||
*/
|
||||
protected $class = '\App\Models\Subscription';
|
||||
}
|
||||
Reference in New Issue
Block a user