diff --git a/wp-plugin/srf-weather-widget/srf-weather-widget.php b/wp-plugin/srf-weather-widget/srf-weather-widget.php index 3df4b08..d5fde5c 100644 --- a/wp-plugin/srf-weather-widget/srf-weather-widget.php +++ b/wp-plugin/srf-weather-widget/srf-weather-widget.php @@ -3,7 +3,7 @@ * Plugin Name: SRF Weather Widget * Plugin URI: https://mmz-srf.github.io/srf-weather-widget/ * Description: Add SRF Weather Widget to your posts or theme. -*/ + */ require_once __DIR__ . '/SrfWeatherWidgetSettings.php'; require_once __DIR__ . '/SrfWeatherWidgetInstallation.php';