File "post_types.php"

Full Path: /home/bettaeza/flyinsyria.com/config/post_types.php
File size: 357 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
return [
    'news' => Modules\News\Models\News::class,
    'news_category' => Modules\News\Models\NewsCategory::class,
    'page' => Modules\Page\Models\Page::class,

    'tour' => Modules\Tour\Models\Tour::class,
    'tour_category' => Modules\Tour\Models\TourCategory::class,

    'location' => Modules\Location\Models\Location::class,
];