Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674765a commit e452a41Copy full SHA for e452a41
1 file changed
src/Illuminate/Mail/Transport/MailgunTransport.php
@@ -163,25 +163,4 @@ public function setDomain($domain)
163
return $this->domain = $domain;
164
}
165
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
187
0 commit comments