Skip to content

Commit 2104273

Browse files
Update src/SparxstarGluonOrchestrator.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Max Barrett <34328348+MaximillianGroup@users.noreply.github.com>
1 parent 776a192 commit 2104273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SparxstarGluonOrchestrator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,6 @@ public function __sleep(): array {
322322
* @return void
323323
*/
324324
public function __call( string $name, array $arguments ): void {
325-
_doing_it_wrong( esc_html( $name ), esc_html__( 'Calling undefined methods is not allowed.', 'sparxstar-gluon' ), self::VERSION );
325+
_doing_it_wrong( self::class . '::' . $name, esc_html__( 'Calling undefined methods is not allowed.', 'sparxstar-gluon' ), self::VERSION );
326326
}
327327
}

0 commit comments

Comments
 (0)