1 | |||||
0 ignored issues
–
show
Security
Bug
introduced
by
![]() |
|||||
2 | <?php |
||||
3 | |||||
4 | if (! function_exists("thetellara")) |
||||
5 | { |
||||
6 | function thetellara() { |
||||
7 | |||||
8 | return app()->make('thetellara'); |
||||
0 ignored issues
–
show
The function
app was not found. Maybe you did not declare it correctly or list all dependencies?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the
![]() |
|||||
9 | } |
||||
10 | } |
||||
11 |