Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
CRAP | |
0.00% |
0 / 2 |
Auth | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 2 |
beforeAction | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 2 |
<?php namespace App\Filters; | |
trait Auth | |
{ | |
protected function beforeAction(string $action, array $params = []) | |
{ | |
// TODO | |
} | |
} |