This website works better with JavaScript.
Explore
Help
Sign In
oyd
/
bagis
Watch
7
Star
2
Fork
You've already forked bagis
2
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
Donation system of OYD
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22
Commits
1
Branch
0
Tags
843 KiB
Tag:
Branch:
Tree:
887fb6fe1c
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '887fb6fe1c'
${ noResults }
bagis
/
app
/
Donation.php
11 lines
104 B
Raw
Normal View
History
Unescape
Escape
Save donations with related user, show any error
5 years ago
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Donation extends Model
{
//
}