| Total Complexity | 3 | 
| Total Lines | 20 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php declare(strict_types=1); | ||
| 8 | class LaravelMediaLibraryDataDirective implements ModelDirectiveInterface | ||
| 9 | { | ||
| 10 | public static function processModelTypeDirective( | ||
| 11 | ModelGenerator $generator, | ||
| 12 | \GraphQL\Language\AST\Node $directive | ||
| 13 |     ): void { | ||
| 14 | } | ||
| 15 | |||
| 16 | public static function processModelFieldDirective( | ||
| 21 | } | ||
| 22 | |||
| 23 | public function processModelRelationshipDirective( | ||
| 30 |