Lots of cleanup and stuff.

This commit is contained in:
James Cole
2015-06-06 23:09:12 +02:00
parent 1a1f127993
commit 40b3097374
61 changed files with 361 additions and 323 deletions

View File

@@ -9,7 +9,6 @@ use Carbon\Carbon;
use Illuminate\Database\Eloquent\Collection as EloquentCollection;
use Illuminate\Support\Collection;
use Preferences as Prefs;
use Log;
/**
* Class CacheProperties
@@ -63,7 +62,7 @@ class CacheProperties
*/
public function has()
{
if(getenv('APP_ENV') == 'testing') {
if (getenv('APP_ENV') == 'testing') {
return false;
}
$this->md5();