openclassify/addons/default/visiosoft/location-module/src/Country/CountrySeeder.php
2019-06-22 13:59:18 +03:00

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()
{
}
}