Skip to content

Commit

Permalink
Fix: Using CamelCase files to fix autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Jan 21, 2025
1 parent ba1f449 commit 1a898e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v100/notifications.php → src/V101/Notifications.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
namespace Elementor\WPNotificationsPackage\V100;
namespace Elementor\WPNotificationsPackage\V101;

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

class Notifications {

const PACKAGE_VERSION = '1.0.0';
const PACKAGE_VERSION = '1.0.1';

private string $app_name;

Expand Down

0 comments on commit 1a898e7

Please sign in to comment.