Skip to content

Commit

Permalink
Update project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kobzarev committed Feb 14, 2020
1 parent a1e19a2 commit 19f6ef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"autoload" : {
"psr-4" : {
"WP_OSA\\" : ""
"Mihdan\\WP_OSA\\" : "src/"
}
},
}
}
File renamed without changes.
5 changes: 1 addition & 4 deletions class-wp-osa.php → src/class-wp-osa.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
* @package WPOSA
*/

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
namespace Mihdan\WP_OSA;

/**
* WP_OSA.
Expand Down

0 comments on commit 19f6ef0

Please sign in to comment.