This website works better with JavaScript.
Home
Explore
Help
Sign In
CDCC
/
OLAS
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
No Description
81
Commits
14
Branches
Tree:
f72d1bda10
OLAS
/
app
/
models
/
TransformativeAction.php
TransformativeAction.php
104B
History
Raw
1
2
3
4
5
6
<?php
class
TransformativeAction
extends
Eloquent
{
protected
$table =
'transformative_actions'
;
}