mirror of
https://github.com/verdigado/organization_folders.git
synced 2024-12-06 11:22:41 +01:00
consistently use AmE spelling of organization
This commit is contained in:
parent
02bb8a330f
commit
f9ad16c3fe
4 changed files with 25 additions and 25 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace OCA\OrganizationFolders\OrganisationProvider;
|
||||
namespace OCA\OrganizationFolders\OrganizationProvider;
|
||||
|
||||
abstract class OrganisationProvider {
|
||||
abstract class OrganizationProvider {
|
||||
protected $id;
|
||||
|
||||
public function getId() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue