Improvments to the API
This commit is contained in:
parent
b387661271
commit
6455bf757b
1 changed files with 2 additions and 1 deletions
|
|
@ -431,6 +431,7 @@ function otrans($text)
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// Log all SQL queries to laravel.log
|
||||
Event::listen('illuminate.query', function($query, $bindings, $time, $name)
|
||||
{
|
||||
|
|
@ -455,7 +456,7 @@ Event::listen('illuminate.query', function($query, $bindings, $time, $name)
|
|||
|
||||
Log::info($query, $data);
|
||||
});
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
if (Auth::check() && Auth::user()->id === 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue