Skip to content
Snippets Groups Projects
Commit cb306b30 authored by Marcin Kolanko's avatar Marcin Kolanko
Browse files

changed file path

parent 3f0109fd
No related branches found
No related tags found
1 merge request!28changed file path
Pipeline #8925 passed with stages
in 2 minutes
......@@ -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';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment