Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
medz authored and StyleCIBot committed Nov 26, 2018
1 parent b68b703 commit 03598dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/API2/Controllers/User/AbilityController.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __construct()
}

/**
* List all abilities
* List all abilities.
*/
public function __invoke(Request $request)
{
Expand Down
2 changes: 1 addition & 1 deletion database/seeds/AbilitySeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AbilitySeeder extends Seeder
*/
public function run()
{
foreach([
foreach ([
'admin: login' => [
'display_name' => '后台登录权限',
'description' => '用户是否有权限登录后台',
Expand Down

0 comments on commit 03598dc

Please sign in to comment.