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

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

[__construct description]
public __construct ( Illuminate\Container\Container $app )
$app Illuminate\Container\Container
    public function __construct(Container $app)
    {
        parent::__construct();
        $this->app = $app;
        $this->File = File::getFacadeRoot();
        $this->__DIR__ = __DIR__;
        $this->public_path = public_path();
        $this->base_path = base_path();
    }