Files
RomhackPlaza/app/Models/EntryGallery.php

9 lines
112 B
PHP
Raw Normal View History

2026-05-20 18:25:15 +02:00
<?php
namespace App\Models;
2026-06-10 11:04:26 +02:00
/**
* @deprecated Use Gallery instead.
*/
class EntryGallery extends Gallery {}