diff options
Diffstat (limited to 'src/Support/ArrayTransformable.php')
| -rw-r--r-- | src/Support/ArrayTransformable.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Support/ArrayTransformable.php b/src/Support/ArrayTransformable.php deleted file mode 100644 index f1adf81..0000000 --- a/src/Support/ArrayTransformable.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -namespace App\Support; - -interface ArrayTransformable -{ - /** - * @return array - */ - public function toArray(): array; -} |
