Logo
Explore Help
Register Sign In
miguel456/athenahr
1
0
Fork 0
You've already forked athenahr
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
Files
3981bee8f7eac381f73aff08063bb7949d8d6ecc
athenahr/app/Exceptions/UnavailableApplicationException.php

11 lines
117 B
PHP
Raw Normal View History

Added services This commit moves most controller logic onto Services. Services are part of the Service-Repository pattern. The models act as repositories. Services are easily testable and are needed for the upcoming API, in order to avoid duplicated code and to maintain a single source of "truth". The User, Vacancy and Vote controllers still need their logic moved onto services.
2021-07-25 22:54:15 +01:00
<?php
namespace App\Exceptions;
use Exception;
class UnavailableApplicationException extends Exception
{
//
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 1193ms Template: 44ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API