fix financial and certificates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class FinanceFollowUpNote extends BaseModel
|
||||
{
|
||||
protected $guarded = [];
|
||||
protected $table = 'finance_follow_up_notes';
|
||||
}
|
||||
Reference in New Issue
Block a user