-
-
Save yogasukma/2646415d4da7642c1d15845564078b6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
▶ grep -r ")->" . | |
./App/Comment.php: ( new UserActivity() )->insert( $activity ); | |
./App/Core.php: ( new CustomColumnForPost() )->run(); | |
./App/Core.php: Loader::load( $this->rootPath( '.env' ) )->parse()->putenv(); | |
./App/Core.php: ( new User() )->downloadCsv(); | |
./App/Facebook.php: ( new User() )->create( $this->getMyProfile() ); | |
./App/Facebook.php: $response = $this->fb->getClient()->sendRequest( $request ); | |
./App/Facebook.php: $access_token = $this->doRequest( 'GET', $page_id . '?fields=access_token' )->getGraphNode()['access_token']; | |
./App/Facebook.php: $fbPages = $this->doRequest( 'get', '/' . $id )->getGraphNode(); | |
./App/Facebook.php: ( new Comment() )->create( $change ); | |
./App/UserDb.php: || $this->setWhere( 'email', $data['email'] )->get() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment