| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace App\Modules\V1\Core\Utl; |
||
| 5 | public function getConfig() |
||
| 6 | { |
||
| 7 | return [ |
||
| 8 | /** |
||
| 9 | * Specify what relations should be used for every model. |
||
| 10 | */ |
||
| 11 | 'relations' => config('relations'), |
||
| 12 | /** |
||
| 13 | * Specify caching config for each api. |
||
| 14 | */ |
||
| 15 | 'cacheConfig' => config('cache_config'), |
||
| 16 | ]; |
||
| 17 | } |
||
| 18 | } |