|
...
|
...
|
@@ -24,9 +24,9 @@ class DeployBuild extends Base |
|
|
|
|
|
|
|
public function getTestDomainAttribute(): string
|
|
|
|
{
|
|
|
|
$hashids = new Hashids('test_domain', 4, 'abcdefghjkmnpqrstuvwxyz1234567890');
|
|
|
|
$hashids = new Hashids('test_domain', 5, 'abcdefghjkmnpqrstuvwxyz1234567890');
|
|
|
|
$code = $hashids->encode($this->project_id);
|
|
|
|
return 'https://' . $code . '.test.com';
|
|
|
|
return 'https://v6-' . $code . 'globalso.site';
|
|
|
|
}
|
|
|
|
|
|
|
|
public static function clearCache($row){
|
...
|
...
|
|