File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ public function admin_notices(): void {
130
130
* @return void
131
131
*/
132
132
public function display_plugin_messages ( $ page ): void {
133
- $ this ->container ->get ( Plugins_Page::class )->display_plugin_messages ( $ page );
133
+ $ this ->container ->get ( Plugins_Page::class )->display_plugin_messages ( ( string ) $ page );
134
134
}
135
135
136
136
/**
@@ -143,7 +143,7 @@ public function display_plugin_messages( $page ): void {
143
143
* @return void
144
144
*/
145
145
public function store_admin_notices ( $ page ): void {
146
- $ this ->container ->get ( Plugins_Page::class )->store_admin_notices ( $ page );
146
+ $ this ->container ->get ( Plugins_Page::class )->store_admin_notices ( ( string ) $ page );
147
147
}
148
148
149
149
/**
You can’t perform that action at this time.
0 commit comments