Apply fixes from StyleCI (#332)

This commit is contained in:
Dane Everitt 2017-03-04 19:28:23 -05:00 committed by GitHub
parent cbbd3704fe
commit d51ae5ec23
3 changed files with 2 additions and 3 deletions

View file

@ -140,7 +140,7 @@ class ServerObserver
*/
public function updated(Server $server)
{
/**
/*
* The cached byUuid model calls are tagged with Model:Server:byUuid:<uuid>
* so that they can be accessed regardless of if there is an Auth::user()
* defined or not.