Skip to content

Commit

Permalink
Updated charcoal-core dependency & updated objType implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiclord committed Jan 23, 2019
1 parent 850534f commit ffcd71e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": ">=5.6.0 || >=7.0",
"locomotivemtl/charcoal-config": "~0.8",
"locomotivemtl/charcoal-core": "~0.3",
"locomotivemtl/charcoal-core": "~0.4",
"locomotivemtl/charcoal-object": "~0.5",
"locomotivemtl/charcoal-translator": "~0.3"
},
Expand Down
Expand Up @@ -12,7 +12,7 @@ interface AttachmentAwareInterface
*
* @return string
*/
public function objType();
public static function objType();

/**
* Retrieve the object's unique ID.
Expand Down

0 comments on commit ffcd71e

Please sign in to comment.