Fix PHP error

This commit is contained in:
EventideGlow 2023-09-11 17:34:18 -07:00
parent 7abf99b073
commit d054bb4a34
2 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,8 @@ use PfmValidator;
use Poniverse; use Poniverse;
use Validator; use Validator;
use App;
class AppServiceProvider extends ServiceProvider class AppServiceProvider extends ServiceProvider
{ {
/** /**

View file

@ -10,7 +10,7 @@
"license": "AGPL", "license": "AGPL",
"type": "project", "type": "project",
"require": { "require": {
"php": ">=7.0.1", "php": "7.2.24",
"laravel/framework": "5.5.*", "laravel/framework": "5.5.*",
"codescale/ffmpeg-php": "2.7.0", "codescale/ffmpeg-php": "2.7.0",
"intouch/laravel-newrelic": "*", "intouch/laravel-newrelic": "*",