add new public repo
This commit is contained in:
@@ -17,6 +17,6 @@ class Source extends Component
|
||||
];
|
||||
public function mount()
|
||||
{
|
||||
$this->application = Application::find($this->applicationId)->first();
|
||||
$this->application = Application::where('id', $this->applicationId)->first();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user