-
-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow "Google_Service_Analytics_GaData" return type for performQuery …
…methods (#402) * Allow Google_Service_Analytics_GaData return type for performQuery methods * Update docblocks
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
0659015
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, Can you help me.
Google analytics working fine my localhost Laravel 9 but given error in server
web[enter image description here](https://i.stack.imgur.com/TPyhe.png).php Class "Analytics" not found
server php v 8+
laravel 9
Analytics latest 4.1
Error Class "Analytics" not found
working fine in localhost , all data return. when deployed in server giving error.
also run successfully composer dump-autoload and server vendor/ composer two files replace autoload_classmap.php / autoload_static.php
also lower version download 3.11 and same issues coming.
web.php included
use Spatie\Analytics\Period;
why server given error Google analytics working fine my localhost Laravel 9