mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
#2138 Remove unused code
This commit is contained in:
parent
916707a025
commit
0cc8a5d78f
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\Adress;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryCollection;
|
||||||
|
|
||||||
|
class AdressCollection extends EntryCollection
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\Adress;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryCriteria;
|
||||||
|
|
||||||
|
class AdressCriteria extends EntryCriteria
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\Adress;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryObserver;
|
||||||
|
|
||||||
|
class AdressObserver extends EntryObserver
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\Adress;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryPresenter;
|
||||||
|
|
||||||
|
class AdressPresenter extends EntryPresenter
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\Adress;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryRouter;
|
||||||
|
|
||||||
|
class AdressRouter extends EntryRouter
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\Education;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryCollection;
|
||||||
|
|
||||||
|
class EducationCollection extends EntryCollection
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\Education;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryCriteria;
|
||||||
|
|
||||||
|
class EducationCriteria extends EntryCriteria
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\Education;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryObserver;
|
||||||
|
|
||||||
|
class EducationObserver extends EntryObserver
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\Education;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryPresenter;
|
||||||
|
|
||||||
|
class EducationPresenter extends EntryPresenter
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\Education;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryRouter;
|
||||||
|
|
||||||
|
class EducationRouter extends EntryRouter
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\EducationPart;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryCollection;
|
||||||
|
|
||||||
|
class EducationPartCollection extends EntryCollection
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\EducationPart;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryCriteria;
|
||||||
|
|
||||||
|
class EducationPartCriteria extends EntryCriteria
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\EducationPart;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryObserver;
|
||||||
|
|
||||||
|
class EducationPartObserver extends EntryObserver
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\EducationPart;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryPresenter;
|
||||||
|
|
||||||
|
class EducationPartPresenter extends EntryPresenter
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\EducationPart;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Entry\EntryRouter;
|
||||||
|
|
||||||
|
class EducationPartRouter extends EntryRouter
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,15 @@
|
|||||||
|
<?php namespace Visiosoft\ProfileModule\EducationPart;
|
||||||
|
|
||||||
|
use Anomaly\Streams\Platform\Database\Seeder\Seeder;
|
||||||
|
|
||||||
|
class EducationPartSeeder extends Seeder
|
||||||
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Run the seeder.
|
||||||
|
*/
|
||||||
|
public function run()
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user