Data: make more proper Model directory and namespace

This commit is contained in:
Zankaria 2025-07-26 23:56:25 +02:00
parent 1c78a7ad21
commit 80d7ad9322
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<?php <?php
namespace Vichan\Data; namespace Vichan\Data\Model;
class FiltersParseResult { class FiltersParseResult {

View file

@ -1,5 +1,5 @@
<?php <?php
namespace Vichan\Data; namespace Vichan\Data\Model;
class Flags { class Flags {

View file

@ -1,5 +1,5 @@
<?php <?php
namespace Vichan\Data; namespace Vichan\Data\Model;
/** /**

View file

@ -1,5 +1,5 @@
<?php <?php
namespace Vichan\Data; namespace Vichan\Data\Model;
/** /**