Webpatser\Countries\Countries::__construct PHP Method

__construct() public method

Constructor.
public __construct ( ) : void
return void
    public function __construct()
    {
        $this->table = \Config::get('countries.table_name');
    }