This website works better with JavaScript.
Explore
Help
Sign In
riyyi
/
website
Watch
1
Star
0
Fork
You've already forked website
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Personal Website
44
Commits
1
Branch
0
Tags
1.6 MiB
Tree:
f7c6276a7a
website
/
app
/
model
/
LogModel.php
8 lines
89 B
Raw
Normal View
History
Unescape
Escape
Initial commit Couldnt keep the history unfortunately.
4 years ago
<?php
namespace App\Model;
class LogModel extends Model {
protected $table = 'log';
}