diff options
Diffstat (limited to 'core/namespace/Page')
-rw-r--r-- | core/namespace/Page/Factory.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/core/namespace/Page/Factory.php b/core/namespace/Page/Factory.php index f53b35f..4b8d390 100644 --- a/core/namespace/Page/Factory.php +++ b/core/namespace/Page/Factory.php @@ -1,9 +1,5 @@ <?php namespace Page; -class Factory extends \ItemFactory { - public static function buildBySlug($slug): \Item { - return self::build(Item::getIDByField('slug', $slug, \Application::getDatabase())); - } -} +class Factory extends \ItemFactory {} ?>
\ No newline at end of file |