Browse
For agents
About
Bookit — Booking & Appointment Calendar
/
2.6.0.5
Bookit — Booking & Appointment Calendar
v2.6.0.5
Switch version
2.6.0.5
2.6.0.4
2.6.0.3
2.6.0.2
2.6.0.1
2.6.0
trunk
1.2
1.2.2
1.2.3
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
All 62 releases
Overview
Code
bookit
/
src
/
Bookit
/
Contracts
/
Service_Provider.php
Service_Provider.php
in Bookit — Booking & Appointment Calendar 2.6.0.5, at src/Bookit/Contracts/Service_Provider.php
17 lines
285 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
namespace
Bookit
\
Contracts
;
4
5
use
Bookit
\
Vendor
\
lucatume
\
DI52
\
ServiceProvider
as
DI52_Service_Provider
;
6
7
/**
8
* Service_Provider
9
*
10
*
@since
2.5.0
11
*
12
*
@package
Bookit\Contracts
13
*/
14
abstract
class
Service_Provider
extends
DI52_Service_Provider
{
15
//
Intentionally empty.
16
}
17