refactoring, airtelmoney test
This commit is contained in:
13
app/Models/KazangTransaction.php
Normal file
13
app/Models/KazangTransaction.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class KazangTransaction extends Model
|
||||
{
|
||||
protected $guarded = [
|
||||
'id'
|
||||
];
|
||||
public $table = 'transactions_kazang';
|
||||
}
|
||||
Reference in New Issue
Block a user