mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-26 16:47:21 -05:00
12 lines
190 B
PHP
12 lines
190 B
PHP
<?php namespace Visiosoft\ProfileModule\Adress;
|
|
|
|
use Anomaly\Streams\Platform\Database\Seeder\Seeder;
|
|
|
|
class AdressSeeder extends Seeder
|
|
{
|
|
public function run()
|
|
{
|
|
//
|
|
}
|
|
}
|