mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-13 08:17:22 +00:00
Move Mail, PDF configuration to Database, standardize configurations
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
;
|
||||
|
||||
use App\Carbon;
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user