Devise\Support\Console\DeviseSeedCommand::__construct PHP Method

__construct() public method

Setup the application container as we'll need this for running migrations.
public __construct ( Illuminate\Container\Container $app )
$app Illuminate\Container\Container
    public function __construct(Container $app)
    {
        parent::__construct();
        $this->app = $app;
    }
DeviseSeedCommand