Devise\Support\DeviseSeeder::run PHP Method

run() public method

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