added new conductors

This commit is contained in:
2023-03-12 13:51:23 +10:00
parent 3d13fc6864
commit 615abcc8e3
5 changed files with 335 additions and 39 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace App\Conductors;
class SubscriptionConductor extends Conductor
{
/**
* The Model Class
* @var string
*/
protected $class = '\App\Models\Subscription';
}