mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
Fix typo
This commit is contained in:
parent
3b2ad1d821
commit
5c3be90945
@ -731,7 +731,7 @@ class GroupsComponent {
|
|||||||
* @param int $groupID The ID of the target group
|
* @param int $groupID The ID of the target group
|
||||||
* @return bool TRUE if the directory is available / FALSE
|
* @return bool TRUE if the directory is available / FALSE
|
||||||
*/
|
*/
|
||||||
public function checkDirectoryAvailability(string $directory, int $groupID) : int {
|
public function checkDirectoryAvailability(string $directory, int $groupID) : bool {
|
||||||
$currID = $this->findByVirtualDirectory($directory);
|
$currID = $this->findByVirtualDirectory($directory);
|
||||||
|
|
||||||
//Check if the domain has not been allocated
|
//Check if the domain has not been allocated
|
||||||
|
Loading…
Reference in New Issue
Block a user