mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-23 21:24:04 +00:00
Move Mail, PDF configuration to Database, standardize configurations
This commit is contained in:
@@ -13,6 +13,19 @@ use App\Models\RecurringInvoice;
|
||||
use App\Models\TaxType;
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Abilities Configuration
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This file is for defining the abilities used in the application. Each
|
||||
| ability includes a name, a unique identifier (ability), the associated
|
||||
| model, and any dependencies on other abilities. This configuration helps
|
||||
| manage user permissions and access control throughout the application.
|
||||
|
|
||||
*/
|
||||
|
||||
'abilities' => [
|
||||
|
||||
// Customer
|
||||
|
||||
Reference in New Issue
Block a user