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");
    }