mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-13 14:18:40 +00:00
php cs fixer
This commit is contained in:
parent
c71aa917a2
commit
d96ee16a63
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
use Modules\Profile\Controller\ApiController;
|
||||
use Modules\Profile\Models\PermissionState;
|
||||
|
|
@ -17,4 +17,4 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
use Modules\Profile\Controller\BackendController;
|
||||
use Modules\Profile\Models\PermissionState;
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@ class Profile implements \JsonSerializable
|
|||
public function jsonSerialize()
|
||||
{
|
||||
return [
|
||||
'id' => $this->id
|
||||
'id' => $this->id,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
echo $this->getData('nav')->render();
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
echo $this->getData('nav')->render();
|
||||
?>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user