Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Commit e2dd3d0

Browse files
Updated README_TR
1 parent 51d469e commit e2dd3d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_TR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ $user->hasPermission(['edit-post', 'delete-post']);
101101
```php
102102
<?php
103103
# bir kullanıcıya rol atama
104-
$user->setRole('site-yoneticisi');
105-
$user->setRole(['kullanici', 'musteri']); // array olarak çoklu atama
104+
$user->setRole('Admin');
105+
$user->setRole(['User', 'Customer']); // array olarak çoklu atama
106106

107107
# bir kullanıcıya yetkiler atama
108108
$user->setPermission('edit-post');

0 commit comments

Comments
 (0)