Skip to content

Instantly share code, notes, and snippets.

@tkaratug
Created April 24, 2022 10:48
Show Gist options
  • Save tkaratug/723c3034e8d78ecccf08173a5d46058d to your computer and use it in GitHub Desktop.
Save tkaratug/723c3034e8d78ecccf08173a5d46058d to your computer and use it in GitHub Desktop.
<?php
namesapce App\Events;
class ModelScopeCalled
{
public function __construct(
public string $scope,
public string $model,
) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment