PHP Classes

File: src/Collections/CollectionMethodAccess.php

Recommend this page to a friend!
  Classes of Hashemi Rafsan   PHP Github APIz   src/Collections/CollectionMethodAccess.php   Download  
File: src/Collections/CollectionMethodAccess.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Github APIz
Access projects hosted in Github with its REST API
Author: By
Last change:
Date: 3 years ago
Size: 217 bytes
 

Contents

Class file image Download
<?php
/**
 * Created by PhpStorm.
 * User: dgdev
 * Date: 8/13/19
 * Time: 5:32 PM
 */

use HashemiRafsan\GithubApiz\Interfaces\UserInterface;

return [
   
UserInterface::GET_USER_REPOS => [
       
'pluck'
   
]
];