@@ -57,7 +57,7 @@ |
||
57 | 57 | return true; |
58 | 58 | } |
59 | 59 | |
60 | - $autoloader = plugin_dir_path(__FILE__).'/vendor/autoload.php'; |
|
60 | + $autoloader = plugin_dir_path(__FILE__) . '/vendor/autoload.php'; |
|
61 | 61 | |
62 | 62 | if (!\file_exists($autoloader)) { |
63 | 63 | return false; |