/home/vagrant/Code/jetpack
app
Permission.php
Code Coverage
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
100.00%
1 / 1
100.00% covered (success)
100.00%
0 / 0
CRAP
100.00% covered (success)
100.00%
0 / 0
Permission
100.00% covered (success)
100.00%
1 / 1
100.00% covered (success)
100.00%
0 / 0
0
100.00% covered (success)
100.00%
0 / 0
1
<?php
2
3
namespace
App
;
4
5
use
Zizaco
\
Entrust
\
EntrustPermission
;
6
7
class
Permission
extends
EntrustPermission
8
{
9
}