git update
This commit is contained in:
parent
991b19b2a2
commit
ddd5915ca1
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Routes
|
||||
|
|
@ -551,8 +552,8 @@ if (!defined('CONTACT_EMAIL')) {
|
|||
}
|
||||
}
|
||||
|
||||
// Log all SQL queries to laravel.log
|
||||
/*
|
||||
// Log all SQL queries to laravel.log
|
||||
if (Utils::isNinjaDev()) {
|
||||
Event::listen('illuminate.query', function($query, $bindings, $time, $name) {
|
||||
$data = compact('bindings', 'time', 'name');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue