mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-09 17:55:27 -05:00
9 lines
139 B
PHP
9 lines
139 B
PHP
<?php namespace Visiosoft\AdvsModule\Adv;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryObserver;
|
|
|
|
class AdvObserver extends EntryObserver
|
|
{
|
|
|
|
}
|