Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e452a41

Browse files
committed
Remove unneeded accessor.
1 parent 674765a commit e452a41

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

src/Illuminate/Mail/Transport/MailgunTransport.php

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -163,25 +163,4 @@ public function setDomain($domain)
163163
return $this->domain = $domain;
164164
}
165165

166-
/**
167-
* Get the path to the storage directory.
168-
*
169-
* @return string
170-
*/
171-
public function getStoragePath()
172-
{
173-
return $this->storagePath ?: storage_path().'/meta';
174-
}
175-
176-
/**
177-
* Set the storage path.
178-
*
179-
* @param string $storagePath
180-
* @return void
181-
*/
182-
public function setStoragePath($storagePath)
183-
{
184-
$this->storagePath = $storagePath;
185-
}
186-
187166
}

0 commit comments

Comments
 (0)