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

11 lines
116 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 IncompleteApplicationException extends Exception
{
//
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 465ms Template: 20ms
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