Logo
Explore Help
Register Sign In
miguel456/rbrecruiter
1
0
Fork 1
You've already forked rbrecruiter
Code Issues Pull Requests 1 Projects Releases 2 Wiki Activity
rbrecruiter/app/Exceptions/PublicTeamInviteException.php

11 lines
111 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 PublicTeamInviteException extends Exception
{
//
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 68ms Template: 2ms
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