Skip to content

Commit

Permalink
Merge branch 'main' of github.com:streamingriver/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
nycterent committed Aug 10, 2024
2 parents 2b0a399 + 4422bbc commit 7abe4e5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace App\Providers;

use Illuminate\Support\ServiceProvider;
use TorMorten\Eventy\Facades\Eventy;

class AppServiceProvider extends ServiceProvider
{
Expand All @@ -11,14 +12,14 @@ class AppServiceProvider extends ServiceProvider
*/
public function register(): void
{
//

}

/**
* Bootstrap any application services.
*/
public function boot(): void
{
//
app("eventy")->action("init");
}
}
18 changes: 18 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
includes:
- vendor/larastan/larastan/extension.neon

parameters:

paths:
- app/

# Level 9 is the highest level
level: 5

# ignoreErrors:
# - '#PHPDoc tag @var#'
#
# excludePaths:
# - ./*/*/FileToBeExcluded.php
#
# checkMissingIterableValueType: false

0 comments on commit 7abe4e5

Please sign in to comment.