~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/Entity/AuditLog.php

  • Committer: Dan Garner
  • Date: 2016-02-18 16:07:16 UTC
  • mfrom: (454.4.137)
  • Revision ID: git-v1:8867f12675bc9e0e67e7e622c80da7471b9f294a
Merge pull request #139 from dasgarner/feature/nested-display-groups

Feature/nested display groups

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
 
23
23
namespace Xibo\Entity;
24
 
use Xibo\Service\LogServiceInterface;
25
 
use Xibo\Storage\StorageServiceInterface;
26
24
 
27
25
/**
28
26
 * Class AuditLog
81
79
     * @var string
82
80
     */
83
81
    public $userName;
84
 
 
85
 
    /**
86
 
     * Entity constructor.
87
 
     * @param StorageServiceInterface $store
88
 
     * @param LogServiceInterface $log
89
 
     */
90
 
    public function __construct($store, $log)
91
 
    {
92
 
        $this->setCommonDependencies($store, $log);
93
 
    }
94
82
}
 
 
b'\\ No newline at end of file'