Skip to content

Commit

Permalink
Merge pull request #30 from yourjhay/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
yourjhay authored Jun 27, 2023
2 parents fa8ca26 + 958210b commit 17e4b7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 51 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/codacy-analysis.yml

This file was deleted.

6 changes: 4 additions & 2 deletions src/Simple/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ class Request
public function __construct()
{
$this->connect();
$events = new \App\Providers\EventServiceProvider;
$events->boot();
if(class_exists(\App\Providers\EventServiceProvider::class)) {
$events = new \App\Providers\EventServiceProvider;
$events->boot();
}
}

/**
Expand Down

0 comments on commit 17e4b7f

Please sign in to comment.