Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Dec 13, 2023
1 parent 2f5f1c5 commit 1d4e1b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/schemaorg/article/services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @return void
*
* @since 5.0.0
* @since __DEPLOY_VERSION__
*/
public function register(Container $container)
{
Expand Down
10 changes: 5 additions & 5 deletions plugins/schemaorg/article/src/Extension/Article.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* Schemaorg Plugin
*
* @since 5.0.0
* @since __DEPLOY_VERSION__
*/
final class Article extends CMSPlugin implements SubscriberInterface
{
Expand All @@ -37,15 +37,15 @@ final class Article extends CMSPlugin implements SubscriberInterface
* Load the language file on instantiation.
*
* @var boolean
* @since 5.0.0
* @since __DEPLOY_VERSION__
*/
protected $autoloadLanguage = true;

/**
* The name of the schema form
*
* @var string
* @since 5.0.0
* @since __DEPLOY_VERSION__
*/
protected $pluginName = 'Article';

Expand All @@ -54,7 +54,7 @@ final class Article extends CMSPlugin implements SubscriberInterface
*
* @return array
*
* @since 5.0.0
* @since __DEPLOY_VERSION__
*/
public static function getSubscribedEvents(): array
{
Expand All @@ -71,7 +71,7 @@ public static function getSubscribedEvents(): array
*
* @return void
*
* @since 5.0.0
* @since __DEPLOY_VERSION__
*/
public function onSchemaBeforeCompileHead(BeforeCompileHeadEvent $event): void
{
Expand Down

0 comments on commit 1d4e1b4

Please sign in to comment.