mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-17 10:14:08 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -2,14 +2,16 @@
|
||||
|
||||
namespace InvoiceShelf\Models;
|
||||
|
||||
use InvoiceShelf\Carbon;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use InvoiceShelf\Carbon;
|
||||
|
||||
class FileDisk extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
public const DISK_TYPE_SYSTEM = 'SYSTEM';
|
||||
|
||||
public const DISK_TYPE_REMOTE = 'REMOTE';
|
||||
|
||||
protected $guarded = [
|
||||
|
||||
Reference in New Issue
Block a user