Invoices can be uploaded
This commit is contained in:
9
app/Models/PageText.php
Normal file
9
app/Models/PageText.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use App\Scopes\CommonModel;
|
||||
|
||||
class PageText extends CommonModel{
|
||||
protected $fillable = ['name', 'content'];
|
||||
}
|
||||
Reference in New Issue
Block a user