mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
15 lines
222 B
PHP
15 lines
222 B
PHP
<?php namespace Visiosoft\LocationModule\Country;
|
|
|
|
use Anomaly\Streams\Platform\Database\Seeder\Seeder;
|
|
|
|
class CountrySeeder extends Seeder
|
|
{
|
|
|
|
/**
|
|
* Run the seeder.
|
|
*/
|
|
public function run()
|
|
{
|
|
}
|
|
}
|