Add the action to PostTest

This commit is contained in:
Oliver Davies 2021-04-21 00:11:36 +01:00
parent 25780e084b
commit 23cc7cec2d
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
namespace Drupal\opdavies_blog\Action;
use Drupal\opdavies_blog\Entity\Node\Post;
final class ConvertPostToTweet {
}