Skip to content

Commit

Permalink
Modified service-now-location
Browse files Browse the repository at this point in the history
  • Loading branch information
ohtarr committed Apr 11, 2023
1 parent 86da73d commit 5c6ccaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ServiceNowLocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static function all($columns = ['*'])
{
$instance = new static;
return $instance->newQuery()
->where('office', '!=', "")
->where('company', '!=', "")
->get();
}

Expand Down

0 comments on commit 5c6ccaa

Please sign in to comment.