mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-24 15:50:42 -05:00
9 lines
154 B
PHP
9 lines
154 B
PHP
<?php namespace Visiosoft\ProfileModule\Education;
|
|
|
|
use Anomaly\Streams\Platform\Entry\EntryObserver;
|
|
|
|
class EducationObserver extends EntryObserver
|
|
{
|
|
|
|
}
|