Skip to content

Commit 679dae1

Browse files
move use statement to first lines of file
1 parent 565dc13 commit 679dae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

3-
defined('ABSPATH') or exit;
4-
53
use KokoAnalytics\Plugin;
64

5+
defined('ABSPATH') or exit;
6+
77
if (class_exists(Plugin::class) && method_exists(Plugin::class, 'create_and_protect_uploads_dir')) {
88
Plugin::create_and_protect_uploads_dir();
99
}

0 commit comments

Comments
 (0)