Minor fixes, coding standards
This commit is contained in:
@@ -52,7 +52,7 @@ class ApplicationClients
|
||||
|
||||
public static function dissociateApplications($client_id, $applications)
|
||||
{
|
||||
$client_name = \App\Repositories\Clients::getName($client_id);
|
||||
$client_name = Clients::getName($client_id);
|
||||
foreach ($applications as $key => $application_id) {
|
||||
self::dissociateApplication($client_id, $application_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user