Add LazaretCheck, update LazaretFile

This commit is contained in:
Romain Neutron
2012-05-15 16:43:46 +02:00
parent fc0a7b87d9
commit e1c15e67ba
10 changed files with 760 additions and 39 deletions

View File

@@ -64,7 +64,7 @@ class LazaretSession
/**
* Get user
*
* @return \User_Adapte
* @return \User_Adapter
*/
public function getUser()
{
@@ -157,4 +157,4 @@ class LazaretSession
$this->files[] = $files;
return $this;
}
}
}