remove ::Type

releases
Yanick Champoux 2023-11-01 11:09:54 -04:00
parent 4d4c4ee838
commit fc89cb74d8
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
package Dancer2::Plugin::JsonApi::Registry::Type;
use Moo;
has type => (
required => 1,
is => 'ro',
);
1;