Initial import
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\widgets\services;
|
||||
|
||||
|
||||
class Container
|
||||
{
|
||||
public function getSelect($data) {
|
||||
$locale = 'en';
|
||||
return implode(', ', $data[$locale]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user