mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
16 lines
256 B
PHP
16 lines
256 B
PHP
<?php namespace Visiosoft\ProfileModule\EducationPartOption;
|
|
|
|
use Anomaly\Streams\Platform\Database\Seeder\Seeder;
|
|
|
|
class EducationPartOptionSeeder extends Seeder
|
|
{
|
|
|
|
/**
|
|
* Run the seeder.
|
|
*/
|
|
public function run()
|
|
{
|
|
//
|
|
}
|
|
}
|