芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/vendor/laravel/passport/src/Bridge/Client.php
setIdentifier((string) $identifier); $this->name = $name; $this->isConfidential = $isConfidential; $this->redirectUri = explode(',', $redirectUri); $this->provider = $provider; } /** * Get the client's identifier. * * @return string */ public function getIdentifier() { return (string) $this->identifier; } /** * Set the client's identifier. * * @param string $identifier * @return void */ public function setIdentifier($identifier) { $this->identifier = $identifier; } }