feat: missing tweaks for feed writing

This commit is contained in:
David Bailey 2024-01-04 16:03:02 +01:00
parent 596cc0e1a3
commit 87a14e0624
3 changed files with 6 additions and 2 deletions

View file

@ -3,6 +3,7 @@
require_once 'mysql_adapter.php';
use Spatie\YamlFrontMatter\YamlFrontMatter;
use Laminas\Feed\Writer\Feed;
class PostHandler extends MySQLAdapter {
public $data_directory;