Devise\Pages\ApiPagesRepository::__construct PHP Method

__construct() public method

Create a new ApiPagesRepository instance.
public __construct ( DvsPage $Page )
$Page DvsPage
    public function __construct(\DvsPage $Page)
    {
        $this->Page = $Page;
    }