mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-11 10:45:23 -05:00
15 lines
216 B
PHP
15 lines
216 B
PHP
<?php namespace Visiosoft\LocationModule\City;
|
|
|
|
use Anomaly\Streams\Platform\Database\Seeder\Seeder;
|
|
|
|
class CitySeeder extends Seeder
|
|
{
|
|
|
|
/**
|
|
* Run the seeder.
|
|
*/
|
|
public function run()
|
|
{
|
|
}
|
|
}
|