remove ::Type

This commit is contained in:
Yanick Champoux 2023-11-01 11:09:54 -04:00
parent 4d4c4ee838
commit fc89cb74d8

View File

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