Devise\Support\DeviseSeeder::run PHP Méthode

run() public méthode

Run the database seeds.
public run ( ) : void
Résultat void
    public function run()
    {
        // template method, this will be overriden
        throw new Exception("You must override the run method when using DeviseSeeder");
    }