Skip to content

Commit

Permalink
Update namespace, psr-4 supports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kobzarev committed Feb 14, 2020
1 parent 19f6ef0 commit fad104c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/class-wp-osa.php → src/WPOSA.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @package WPOSA
*/

namespace Mihdan\WP_OSA;
namespace Mihdan\WPOSA;

/**
* WP_OSA.
Expand All @@ -18,9 +18,9 @@
* @since 1.0.0
*/

if ( ! class_exists( 'WP_OSA' ) ) :
if ( ! class_exists( 'WPOSA' ) ) :

class WP_OSA {
class WPOSA {

/**
* Sections array.
Expand Down

0 comments on commit fad104c

Please sign in to comment.