mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-15 17:24:29 +02:00
Don't ignore templates folder
This commit is contained in:
parent
b95ae42ace
commit
7bf9d81af9
@ -9,4 +9,5 @@ require __DIR__ . '/common.php';
|
|||||||
|
|
||||||
const ACTION = '';
|
const ACTION = '';
|
||||||
const PAGE = '';
|
const PAGE = '';
|
||||||
|
const URI = '';
|
||||||
define('SELF_NAME', basename(__FILE__));
|
define('SELF_NAME', basename(__FILE__));
|
||||||
|
@ -8,7 +8,6 @@ parameters:
|
|||||||
- system/cache/*
|
- system/cache/*
|
||||||
- vendor/*
|
- vendor/*
|
||||||
- plugins/*
|
- plugins/*
|
||||||
- templates/*
|
|
||||||
- system/libs
|
- system/libs
|
||||||
- tools/signature/mango.php
|
- tools/signature/mango.php
|
||||||
- tools/signature/gd.class.php
|
- tools/signature/gd.class.php
|
||||||
@ -34,3 +33,7 @@ parameters:
|
|||||||
- '#Call to an undefined method Illuminate\\Database\\Query\\Builder::withOnlineStatus\(\)#'
|
- '#Call to an undefined method Illuminate\\Database\\Query\\Builder::withOnlineStatus\(\)#'
|
||||||
- '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$online_status#'
|
- '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$online_status#'
|
||||||
- '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$vocation_name#'
|
- '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$vocation_name#'
|
||||||
|
# templates/kathrine/javascript.php
|
||||||
|
-
|
||||||
|
message: '#Variable \$tmp in empty\(\) always exists and is not falsy#'
|
||||||
|
path: templates\kathrine\javascript.php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user