mirror of
https://github.com/friendica/friendica
synced 2025-04-22 13:10:11 +00:00
Rename ServiceUnavailableException & alter maintenance
This commit is contained in:
parent
62fd5375dc
commit
9fb111bca2
3 changed files with 6 additions and 11 deletions
|
@ -4,7 +4,7 @@ namespace Friendica\Network\HTTPException;
|
|||
|
||||
use Friendica\Network\HTTPException;
|
||||
|
||||
class ServiceUnavaiableException extends HTTPException
|
||||
class ServiceUnavailableException extends HTTPException
|
||||
{
|
||||
protected $code = 503;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue