mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-12 11:13:56 -05:00
9 lines
139 B
PHP
9 lines
139 B
PHP
<?php namespace Visiosoft\AdvsModule\Status;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryRouter;
|
|
|
|
class StatusRouter extends EntryRouter
|
|
{
|
|
|
|
}
|