Devise\Support\Console\DeviseResetCommand::__construct PHP Метод

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

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;
        $this->Schema = null;
    }