mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
13 lines
249 B
PHP
Executable File
13 lines
249 B
PHP
Executable File
<?php return array (
|
|
'providers' =>
|
|
array (
|
|
0 => 'Modules\\Shipping\\Providers\\ShippingServiceProvider',
|
|
),
|
|
'eager' =>
|
|
array (
|
|
0 => 'Modules\\Shipping\\Providers\\ShippingServiceProvider',
|
|
),
|
|
'deferred' =>
|
|
array (
|
|
),
|
|
); |