Devise\Support\DeviseSeeder::run PHP Метод

run() публичный Метод

Run the database seeds.
public run ( ) : void
Результат void
    public function run()
    {
        // template method, this will be overriden
        throw new Exception("You must override the run method when using DeviseSeeder");
    }