Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P pad-upe
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Walter Felipe
  • pad-upe
  • Repository

Switch branch/tag
  • pad-upe
  • app
  • Queries
  • UnidadeQuery.php
Find file BlameHistoryPermalink
  • alissonalbuquerque's avatar
    Add atualizações de projeto · 3e54aa53
    alissonalbuquerque authored 2 years ago
    3e54aa53
UnidadeQuery.php 234 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php

namespace App\Queries;

use App\Models\Unidade;

class UnidadeQuery extends CustomQuery
{
    public function __construct()
    {
        $this->query = Unidade::where([]);
        
        self::$instance = $this;
    }
    
}

Replace UnidadeQuery.php

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

Menu

Projects Groups Snippets
Help