Added asset logger

This commit is contained in:
snipe
2013-11-19 02:00:02 -05:00
parent 9ebe62f044
commit e22d381a20
+2 -2
View File
@@ -10,7 +10,7 @@ class ActionLog extends Eloquent {
*/
public function assetlog()
{
return $this->belongsTo('Category','parent');
}
/**
@@ -18,7 +18,7 @@ class ActionLog extends Eloquent {
*/
public function userlog()
{
return $this->belongsTo('Category','parent');
}
/**