Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

irul / integrasi-reklame-base

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • integrasi-reklame-base
  • src
  • Base
  • Models
  • Queue.php
  • irul's avatar
    1st commit · b7766e3b
    irul committed Oct 03, 2019
    b7766e3b
Queue.php 284 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php

/**
 * @Author: irul
 * @Date:   2019-09-20 22:59:27
 * @Last Modified by:   irul
 * @Last Modified time: 2019-10-01 23:43:20
 */

namespace Integrasi\Reklame\Base\Models;

class Queue extends AbstractModel
{
	protected $table   = 'ipr_queue';
	protected $guarded = array();
}