Skip to content

Commit

Permalink
Fix incorrect namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed May 27, 2024
1 parent d3cd990 commit 3928869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Installation/Abstract_Installer.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
/**
* Class Felix_Arntz\WP_OOP_Plugin_Lib\Installation\Contracts\Abstract_Installer
* Class Felix_Arntz\WP_OOP_Plugin_Lib\Installation\Abstract_Installer
*
* @since n.e.x.t
* @package wp-oop-plugin-lib
*/

namespace Felix_Arntz\WP_OOP_Plugin_Lib\Installation\Contracts;
namespace Felix_Arntz\WP_OOP_Plugin_Lib\Installation;

use Exception;
use Felix_Arntz\WP_OOP_Plugin_Lib\General\Plugin_Env;
Expand Down

0 comments on commit 3928869

Please sign in to comment.