DataObjects/Core_oauth_clients.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 05:40:34 +0000 (13:40 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 05:40:34 +0000 (13:40 +0800)
DataObjects/Core_oauth_clients.php [deleted file]

diff --git a/DataObjects/Core_oauth_clients.php b/DataObjects/Core_oauth_clients.php
deleted file mode 100644 (file)
index a8ab867..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-/**
- * Table Definition for core_oauth_clients
- *
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_Core_oauth_clients extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'core_oauth_clients';         // table name
-    public $id;                                     // INT
-    public $client_id;                              // varchar
-    public $client_secret;                          // varchar
-    public $redirect_uri;                           // varchar
-    public $grant_types;                            // varchar
-    public $scope;                                  // varchar
-    public $user_id;                                // varchar
-    
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-    /** make sure there is a watch for this user.. */
-    
-    
-}