Initial commit
This commit is contained in:
21
app/Service/WorkspaceHelper.php
Normal file
21
app/Service/WorkspaceHelper.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace App\Service;
|
||||
|
||||
|
||||
use App\Models\Workspace;
|
||||
|
||||
class WorkspaceHelper
|
||||
{
|
||||
|
||||
public function __construct(public Workspace $workspace)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function getRecords($relatedRecordIds = null)
|
||||
{
|
||||
return [];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user