mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-16 04:02:13 -05:00
9 lines
162 B
PHP
9 lines
162 B
PHP
<?php namespace Visiosoft\ProfileModule\EducationPart;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryObserver;
|
|
|
|
class EducationPartObserver extends EntryObserver
|
|
{
|
|
|
|
}
|