<?php namespace BookStack\Repos;
-
use BookStack\Exceptions\PermissionsException;
use BookStack\RolePermission;
use BookStack\Role;
$this->permissionService->deleteJointPermissionsForRole($role);
$role->delete();
}
-
-}
\ No newline at end of file
+}