mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-28 00:44:24 +00:00
init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
class Bar
|
||||
{
|
||||
public function doSomethingElse()
|
||||
{
|
||||
return 'result';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user