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
4a2061fbf9312cef91e85cc60232ff0b4daadfe4
athenahr/app/Exceptions/EmptyFormException.php

11 lines
104 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 EmptyFormException extends Exception
{
//
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 190ms Template: 29ms
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