paymenr order
This commit is contained in:
7
app/Modules/PaymentOrder/Models/PaymentOrder.php
Normal file
7
app/Modules/PaymentOrder/Models/PaymentOrder.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Modules\PaymentOrder\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class PaymentOrder extends Model {}
|
||||
Reference in New Issue
Block a user