Don't bother looking up type - the subclasses know what they are.
[catagits/Gitalist.git] / lib / Gitalist / Git / Object / Blob.pm
CommitLineData
f3083570 1package Gitalist::Git::Object::Blob;
2use MooseX::Declare;
3
4class Gitalist::Git::Object::Blob extends Gitalist::Git::Object {
98390bf6 5 has '+type' => ( default => 'blob' );
f3083570 6}