wip
This commit is contained in:
@@ -4,6 +4,9 @@ namespace App\Models;
|
||||
|
||||
class GithubApp extends BaseModel
|
||||
{
|
||||
protected $casts = [
|
||||
'is_public' => 'boolean',
|
||||
];
|
||||
public function applications()
|
||||
{
|
||||
return $this->morphMany(Application::class, 'source');
|
||||
|
Reference in New Issue
Block a user