Small cleanup.

This commit is contained in:
James Cole
2014-09-14 21:10:18 +02:00
parent 4f3493f9ff
commit a91c9f04c5
3 changed files with 34 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ class EloquentLimitTrigger
*/
public function madeRepetition(\LimitRepetition $repetition)
{
\Log::info('TRIGGER: Created a limit repetition (#' . $repetition->id . ')');
\Log::debug('TRIGGER: Created a limit repetition (#' . $repetition->id . ')');
}
/**