From cb306b30064feebbbfc12cb25be8ff5a22b84ff2 Mon Sep 17 00:00:00 2001
From: Marcin Kolanko <marcin@inspirelabs.pl>
Date: Wed, 3 Jun 2020 14:05:22 +0000
Subject: [PATCH] changed file path

---
 src/Plugin/WithoutNamespace/Plugin_Info.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Plugin/WithoutNamespace/Plugin_Info.php b/src/Plugin/WithoutNamespace/Plugin_Info.php
index 0de62a4..8f1b544 100644
--- a/src/Plugin/WithoutNamespace/Plugin_Info.php
+++ b/src/Plugin/WithoutNamespace/Plugin_Info.php
@@ -7,7 +7,7 @@ if ( ! class_exists( 'WPDesk_Buildable' ) ) {
 	require_once __DIR__ . '/Buildable.php';
 }
 if ( ! class_exists( 'WPDesk_Has_Plugin_Info' ) ) {
-	require_once 'Has_Plugin_Info.php';
+	require_once __DIR__ . '/Has_Plugin_Info.php';
 }
 
 /**
-- 
GitLab