Skip to content

Commit

Permalink
edits & typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akemidx committed Dec 19, 2022
1 parent 133d6ff commit 94afe2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Models/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ private static function isFullMultipleCompanySupportEnabled()
}

/**
* Adding scope to table queires, where only authorized users will be able to see a company's ID value
*
* Scoping table queries, determining if a logged in user is part of a company, and only allows
* that user to see items associated with that company
*/
private static function scopeCompanyablesDirectly($query, $column = 'company_id', $table_name = null)
{
Expand Down

0 comments on commit 94afe2b

Please sign in to comment.