-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Something like this
<?php
return [
'operation_model' => \App\Models\MyCustomOperationModel::class,
// Directory name - the directory in which your operation files are being saved (based on root directory)
'directory' => 'operations',
// Table name - name of the table that stores your operation entries
'table' => 'operations',
// Database Connection Name - Change the model connection, support for Multitenancy
// Only change when you want to deviate from your system default repository
'connection' => null,
];
Metadata
Metadata
Assignees
Labels
No labels