Files
wticreatorstudio/bootstrap/cache/gift_card_module.php
Fritz Ramirez 10d0c477c8 Initial commit
2024-02-12 22:54:20 -05:00

13 lines
249 B
PHP
Executable File

<?php return array (
'providers' =>
array (
0 => 'Modules\\GiftCard\\Providers\\GiftCardServiceProvider',
),
'eager' =>
array (
0 => 'Modules\\GiftCard\\Providers\\GiftCardServiceProvider',
),
'deferred' =>
array (
),
);