upgrade filament
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace App\Modules\PaymentOrder\Models;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
@@ -23,7 +24,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* @property string $a_bank
|
||||
* @property string $a_hb_1
|
||||
* @property string $a_hb_2
|
||||
* @property \Carbon\Carbon $created_at
|
||||
* @property \Carbon\Carbon $deleted_at
|
||||
* @property Carbon $created_at
|
||||
* @property Carbon $deleted_at
|
||||
*/
|
||||
class PaymentOrder extends Model {}
|
||||
|
||||
Reference in New Issue
Block a user