forked from leftypol/leftypol
Data: make more proper Model directory and namespace
This commit is contained in:
parent
1c78a7ad21
commit
80d7ad9322
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace Vichan\Data;
|
||||
namespace Vichan\Data\Model;
|
||||
|
||||
|
||||
class FiltersParseResult {
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace Vichan\Data;
|
||||
namespace Vichan\Data\Model;
|
||||
|
||||
|
||||
class Flags {
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace Vichan\Data;
|
||||
namespace Vichan\Data\Model;
|
||||
|
||||
|
||||
/**
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace Vichan\Data;
|
||||
namespace Vichan\Data\Model;
|
||||
|
||||
|
||||
/**
|
||||
Loading…
Add table
Add a link
Reference in a new issue