PageRenderTime 30ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/packages/Logger/SessionLogger/LoaderSessionLogger.class.php

https://bitbucket.org/alexamiryan/stingle
PHP | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | f0245f047faf4631c655bf5c7da653e0 MD5 | raw file
  1. <?php
  2. class LoaderSessionLogger extends Loader{
  3. protected function includes(){
  4. stingleInclude ('Managers/SessionLogger.class.php');
  5. }
  6. }