RebelCode/rcmod-booking-logic

View on GitHub
config.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'booking_logic' => [
        'transitioner' => [
            'state_key' => 'status'
        ]
    ]
];