|
@@ -52,8 +52,8 @@ class Center extends Auth
|
|
|
public function get()
|
|
|
{
|
|
|
$user = $this->getUser();
|
|
|
- $pooltalent = DataPoolTalent::mk()->where('uuid',$this->uuid)->find();
|
|
|
- $user['pooltalent'] = $pooltalent;
|
|
|
+// $pooltalent = DataPoolTalent::mk()->where('uuid',$this->uuid)->find();
|
|
|
+// $user['pooltalent'] = $pooltalent;
|
|
|
$maintenance = DataMaintenance::mk()->where('uuid',$this->uuid)->find();
|
|
|
$user['maintenance'] = $maintenance;
|
|
|
$shipyard = DataShipyard::mk()->where('uuid',$this->uuid)->find();
|