mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
v5.0.0 update
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
* @see https://github.com/vinkla/laravel-hashids
|
||||
*/
|
||||
|
||||
use Crater\Models\Company;
|
||||
use Crater\Models\Estimate;
|
||||
use Crater\Models\Invoice;
|
||||
use Crater\Models\Payment;
|
||||
@ -55,6 +56,11 @@ return [
|
||||
'length' => '20',
|
||||
'alphabet' => 'asqtW3eDRIxB65GYl7UVLS1dybn9XrKTZ4zO',
|
||||
],
|
||||
Company::class => [
|
||||
'salt' => Company::class.config('app.key'),
|
||||
'length' => '20',
|
||||
'alphabet' => 's0DxOFtEYEnuKPmP08Ch6A1iHlLmBTBVWms5',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user