mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-09 17:55:27 -05: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()
|
|
{
|
|
}
|
|
}
|