Skip to content

use Custom Model for operation #49

@masterbater

Description

@masterbater

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions