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
f43ff4e9a035f9aec30f7f444b3b95af4a94771a
athenahr/app/Exceptions/InvalidGamePreferenceException.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 InvalidGamePreferenceException extends Exception
{
//
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 635ms Template: 18ms
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