<?php

namespace OTGS\Installer\AdminNotices;

class ToolsetConfig {

	public static function pages() {
		return [
			'toolset-dashboard',
		];
	}
}
