This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App; | |
// use Illuminate\Foundation\Auth\User as Authenticatable; | |
use Kodeine\Acl\Traits\HasRole; | |
class User extends Model implements AuthenticatableContract, CanResetPasswordContract | |
{ | |
use Authenticatable, CanResetPassword, HasRole; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
05-19 12:50:14.762 22425-22425/com.stickysticky.app I/art﹕ Late-enabling -Xcheck:jni | |
05-19 12:50:14.855 22425-22425/com.stickysticky.app I/LoadedApk﹕ No resource references to update in package common | |
05-19 12:50:14.855 22425-22425/com.stickysticky.app I/LoadedApk﹕ No resource references to update in package com.cyngn.hexo | |
05-19 12:50:14.855 22425-22425/com.stickysticky.app I/LoadedApk﹕ No resource references to update in package com.cyngn.hexo | |
05-19 12:50:14.862 22425-22425/com.stickysticky.app W/ResourceType﹕ For resource 0x01030224, entry index(548) is beyond type entryCount(9) | |
05-19 12:50:14.862 22425-22425/com.stickysticky.app W/ResourceType﹕ For resource 0x01030224, entry index(548) is beyond type entryCount(9) | |
05-19 12:50:14.866 22425-22425/com.stickysticky.app I/CordovaLog﹕ Changing log level to DEBUG(3) | |
05-19 12:50:14.900 22425-22425/com.stickysticky.app I/WebViewFactory﹕ Loading com.google.android.webview version 42.0.2311.138 (code 2311138) | |
05-19 12:50:14.927 22425-22425/com.stickysticky.a |