This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
phpvms
Watch
4
Star
0
Fork
0
You've already forked phpvms
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ced2012578
phpvms
/
app
/
Contracts
/
Service.php
11 lines
85 B
PHP
Raw
Normal View
History
Unescape
Escape
Fix formatting and interfaces in nearly every file
2018-03-20 09:50:40 +08:00
<
?
php
Rename Interfaces to Contracts to better match Laravel conventions
2019-07-16 03:44:31 +08:00
namespace
App\Contracts
;
Fix formatting and interfaces in nearly every file
2018-03-20 09:50:40 +08:00
Set some more methods as final in interfaces
2018-03-20 10:01:32 +08:00
/**
*
Class
Service
*/
Fix formatting and interfaces in nearly every file
2018-03-20 09:50:40 +08:00
abstract
class
Service
{
}
Reference in New Issue
Copy Permalink