Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | private static function getDefaultAliases(): array |
||
16 | { |
||
17 | return [ |
||
18 | 'collection' => CollectionFactory::class, |
||
19 | 'jsonapi' => JsonapiFactory::class, |
||
20 | 'relationship' => RelationshipFactory::class, |
||
21 | 'resource-identifier' => ResourceIdentifierFactory::class, |
||
22 | 'resource-object' => ResourceObjectFactory::class |
||
23 | ]; |
||
45 |