mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-20 04:54:08 +00:00
9 lines
95 B
PHP
9 lines
95 B
PHP
<?php
|
|
class Bar
|
|
{
|
|
public function doSomethingElse()
|
|
{
|
|
return 'result';
|
|
}
|
|
}
|