We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e9b62 commit 6648842Copy full SHA for 6648842
1 file changed
src/Resource.php
@@ -458,7 +458,6 @@ public function table($table = null) {
458
459
public function __o($args) {
460
//return call_user_func_array([self, '__o_static'], func_get_args());
461
-
462
$classname = get_called_class();
463
464
foreach (func_get_args() as $arg) {
@@ -472,10 +471,9 @@ public function __o($args) {
472
471
}
473
foreach ($items as $item) {
474
$item->tipsy($this->tipsy());
475
- echo '123'.get_called_class($item);
+ echo get_called_class($item);
476
477
478
479
if (count($items) == 1) {
480
return array_pop($items);
481
} else {
0 commit comments