Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
osmansufy authored Nov 22, 2024
1 parent 53c3e7b commit 1ac1244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ protected function set_basename_and_slug() {

require_once ABSPATH . 'wp-admin/includes/plugin.php';

plugin_data = get_plugin_data( $this->file, false, false );
$plugin_data = get_plugin_data( $this->file, false, false );

$this->project_version = $plugin_data['Version'];
$this->type = 'plugin';
Expand Down

0 comments on commit 1ac1244

Please sign in to comment.