HOME


Mini Shell 1.0
DIR: /var/www/yme/wp-content/plugins/simply-static/src/integrations/pro/
Upload File :
Current File : //var/www/yme/wp-content/plugins/simply-static/src/integrations/pro/class-github-integration.php
<?php
namespace Simply_Static;

class Github_Integration extends Pro_Integration {
	protected $id = 'github';

	protected $always_active = true;

	public function __construct() {
		$this->name = __( 'Github', 'simply-static' );
		$this->description = __( 'Used when deploying the exported sites to Github', 'simply-static' );
	}
}