fix: load service templates on cloud
This commit is contained in:
		@@ -25,7 +25,7 @@ class PullTemplatesFromCDN implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
    public function handle(): void
 | 
			
		||||
    {
 | 
			
		||||
        try {
 | 
			
		||||
            if (isDev() || isCloud()) {
 | 
			
		||||
            if (isDev()) {
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
            $response = Http::retry(3, 1000)->get(config('constants.services.official'));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user