Skip to content

Commit

Permalink
Update Plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 30, 2024
1 parent bddd5d9 commit aae75e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

namespace Pronamic\Orbis\Projects;

use stdClass;

class Plugin {
public function __construct( $file ) {
add_action( 'init', [ $this, 'init' ] );
Expand Down

0 comments on commit aae75e0

Please sign in to comment.